3,509 questions with Office Development tags

Sort by: Updated
0 answers

How to get user's MaximunAttachmentSize value in Outlook VSTO

How to get user's MaximunAttachmentSize value in Outlook VSTO. Outlook gives a warning when the user adds the file with drag and drop, but when he sends the mail, the mail does not go. What I want to do is to show the message box if the added file…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-21T14:17:16.937+00:00
Mehmet Ceylan 6 Reputation points
commented 2021-01-22T08:29:18.47+00:00
Timon Yang-MSFT 9,576 Reputation points
0 answers

OfficeJS Word add-in development: Office.context.document.getFilePropertiesAsync() in Firefox always results in status = error

I am hoping some OfficeJS folks can identify if this is a known issue in FF for the Word Add-in API. Given code private getFilePropertiesAsync() { Office.context.document.getFilePropertiesAsync((asyncResult:…

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
872 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-21T17:23:22.077+00:00
JM (LNG-RDU) 1 Reputation point
0 answers

Out of stack space with word add-ins

Hi There, We developed one word add in through which we are saving/retrieving different symbols to database. We used Angular 10 as programming language and ABP IO / SQL as backend. When we add this add-inn in word and start operation we got…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-21T14:39:09.257+00:00
Ashutosh Tanksale 1 Reputation point
0 answers

I can´t save dokuments

I can't save any documents on word, etc and I don't know what to do about it.

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-21T12:24:40.97+00:00
Vanessa Brecht 1 Reputation point
1 answer

Compatibility problem using VSTO + MSAL.net

Hello All I need to do is to just create an Outlook VSTO project and use the MSAL.net nuget package. So I start my new project: Then I go to the Package Manager Console and I type: Install-Package Microsoft.Identity.Client -Version…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,559 questions
asked 2021-01-05T14:56:01.54+00:00
Pablo Glomby 186 Reputation points
commented 2021-01-20T23:42:53.593+00:00
James Hamil 21,851 Reputation points Microsoft Employee
0 answers

Cant open Add-In from local host

Hello all, I recently created an Add-In using Node.Js & Yeoman according to the documentation provided by Microsoft. "Build your first Word task pane add-in - Office Add-ins | Microsoft Learn" The Add-In ran fine on my machine and…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-20T11:46:49.927+00:00
Galleries 1 Reputation point
1 answer

Office Add-ins not loading and "continue" button greyed out

Office Add-ins not loading message reads "One moment..." and doesn't change. Also, "continue" button greyed out

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-19T02:19:59.427+00:00
GoingfraRun 26 Reputation points
commented 2021-01-20T03:41:37.887+00:00
GoingfraRun 26 Reputation points
1 answer One of the answers was accepted by the question author.

PowerPivot: Return Value if date in a range

Hi, I am using Excel PowerPivot. I know this should be really simple to achieve but I'm struggling. Thank you for you help in advance. I have two tables. Date Table: StartDate,EndDate,Period Time Records: Date All I want to do is add…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,175 questions
asked 2021-01-19T04:55:41.23+00:00
Val Isted 21 Reputation points
commented 2021-01-19T21:30:27.437+00:00
Lz._ 8,991 Reputation points
0 answers

Bug formatting Excel chart series in Excel 2016?

We develop an add-in that creates various charts in Excel. It works fine on all versions of Excel from 2007 to 365, except for Excel 2016 version 16.0.5xxx.1000. It seems to be specifically the Excel 16 (not 365) version ending .1000. I cannot reproduce…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-19T13:41:34.897+00:00
James Huntington 1 Reputation point
1 answer

Exception from HRESULT: 0x800A03EC Error when using excel VSTO

i am creating excel VSTO , Where i need to filter the column "J" in my excel sheet which are greater than 0 and delete those rows and remove the filter again.The below code was working fine during debugging and testing , but when i published…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-17T10:56:59.893+00:00
ravi kumar 331 Reputation points
commented 2021-01-19T09:19:42.73+00:00
Timon Yang-MSFT 9,576 Reputation points
1 answer One of the answers was accepted by the question author.

how to publish excel VSTO for different frameworks

I am very new to c# , I have now created my first excel VSTO which calculates some custom values for the data columns in the active sheet. Now I have to publish the same and get it installed in 5 to 6 PC , the VSTO I have created is having .Netframework…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,625 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-18T10:12:36.117+00:00
ravi kumar 331 Reputation points
commented 2021-01-19T08:59:42.223+00:00
ravi kumar 331 Reputation points
0 answers

VBA Project File Sharing and Project Check Out

Sorry, I'm not sure whether I'm at the right place for asking this question, but I'm turning around anf around to find an answer to this simple question: I got my project file from Project Server I export the project using the save for sharing…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-17T21:45:21.67+00:00
Pascal Idez [MCP] 1 Reputation point
commented 2021-01-18T16:06:17.87+00:00
Pascal Idez [MCP] 1 Reputation point
0 answers

OfficeJS Add-In - Communicate with external local native application

Hello! I have a question about OfficeJS Add-Ins and how to communicate with a native application running locally on the client. How to do this (in a future proof way) when the add-in is running in a native Office client? Is there any API for this? …

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-18T09:20:36.433+00:00
Dominik Hölzl 21 Reputation points
1 answer

Converting excel macro to C#

I am creating excel VSTO , where I already have the macro to delete excel rows based on column values(if it is greater than zero)which now needs to be converted to c# , by seeing documentation on internet I have come up so far , but still three errors…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,279 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-17T07:36:35.72+00:00
ravi kumar 331 Reputation points
commented 2021-01-18T05:15:40.213+00:00
Timon Yang-MSFT 9,576 Reputation points
2 answers

How to use edge as browser of outlook add-in with Windows Server

I want drag emails to outlook add-in, but it is not supported in Windows Server. The official document (https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins) said when Microsoft Edge is not installed, outlook…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,145 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,173 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-15T06:26:29.91+00:00
Ori Test 1 Reputation point
commented 2021-01-18T01:55:03.437+00:00
Teemo Tang 11,346 Reputation points
0 answers

Excel Form configuration

I have a form with many formulas and and user input cells (this form was created by an outside firm and don't have the contact). To make it easier for input I generated an Application in Windows forms with C#.NET and Excel Interop. The program…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-16T14:49:51.6+00:00
Mark Engel 1 Reputation point
1 answer

Problem Checking the available stores in my Inbox (Outlook VBA)

Hello, Triying to use a macro in a shared store in Outlook, I received this error: "Run-time error '-1698234242 (9ac7007e)' Automation Error. Then I did a "test" for Check the available stores in my Inbox but stopped in "Next…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,901 questions
asked 2021-01-05T11:49:56.397+00:00
su_80 1 Reputation point
commented 2021-01-15T10:32:59.673+00:00
Jade Liang-MSFT 9,956 Reputation points Microsoft Employee
0 answers

Office add-in for Outlook - Sometimes the sender's email address becomes LegacyExchangeDN.

Hello. I am currently developing an Office add-in for Outlook. When I use the following method to get the sender's email address, in rare cases, the emailAddress property becomes the value of LegacyExchangeDN instead of the email address. …

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-15T02:22:21.93+00:00
Kenta Hayashi 1 Reputation point
commented 2021-01-15T08:09:08.45+00:00
Jade Liang-MSFT 9,956 Reputation points Microsoft Employee
0 answers

DisconnectContext-Error

Hi, I am currently facing the following issue when running an Excel-Addin for one of our clients: Transition into COM context 0x5811bc0 for this RuntimeCallableWrapper failed with the following error: The object invoked has disconnected from its…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-14T10:36:37.203+00:00
Christian Wolf 6 Reputation points
1 answer

Access accdb reverting to mdb

All, I have a database that is still in the 2000 Access format (mdb). I successfully saved it as an accdb, though the pulldown menu for filetype gave me no options. I had to type in the extension. When closed and reopened, the database has reverted…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,509 questions
asked 2021-01-13T13:57:32.947+00:00
Cardenal, Ellie 1 Reputation point
answered 2021-01-13T23:28:27.377+00:00
Daniel Pineault 431 Reputation points MVP