1,278 questions with Office Development tags

Sort by: Updated
0 answers

Can Excel throttle cell updates?

I'm developing a plugin to relay updates from a pub/sub cache into an Excel workbook hosted within office365. Update frequency can be very high (thousands of updates a second). Is there a guard within Excel to protect itself from bursty data, in the same…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,486 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
880 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,522 questions
asked 2024-05-08T15:08:21.5466667+00:00
Martin Cowie 0 Reputation points
0 answers

How to configure Addin Manifest file for Outlook.

Hello, I have two-part question. I have an addin for Outlook which loads when I click on it and extension point is MessageComposeCommandSurface. Now I want it to configure so that it shows on Outlook Primary ribbon and when I click on it, it should open…

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,522 questions
asked 2024-05-08T13:52:28.7366667+00:00
Prashant Kumar 0 Reputation points
0 answers

Remove a custom outlook web addin

I created a Outlook web addin and I was able to install it (https://aka.ms/olksideload). Now I would like to remove the addin but I am unable to do it. The process fails with error 300 in OWA. Any assistance is appreciated.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,028 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,522 questions
asked 2024-05-08T11:19:06.0066667+00:00
IT 0 Reputation points
0 answers

Opening of a new word document has stopped working via Addins

I have developed an add-in on Microsoft Word. That add-in has a feature of opening new word document via a document URL using URL schema. However, after recent upgrade of version 2024 in Microsoft word this has stopped working for add-in and it also…

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,522 questions
asked 2024-05-07T10:21:31.1566667+00:00
Vinay Kumar Soni 0 Reputation points
0 answers

Query regarding JavaScript APIs for downloading attachment data in outlook add-ins.

We want to bring to your attention a crucial limitation concerning the functionality of "Office.context.mailbox.item.getAttachmentContentAsync" within mobile applications. "Office.context.mailbox.item.getAttachmentContentAsync" is a…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,028 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,522 questions
asked 2024-05-07T09:09:32.4066667+00:00
Suraj Sinha 0 Reputation points
0 answers

OfficeJS Trigger Email Sending in the Integration

I am building an outlook integration using OfficeJS. The requirement from my client is like below: In message composing mode, when user click the integration button, email item is automatically sent out. After that, a integration window appear,…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,028 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,522 questions
asked 2024-05-06T20:54:12.2766667+00:00
Hongchen Lin 0 Reputation points
edited the question 2024-05-06T20:54:42.1366667+00:00
Hongchen Lin 0 Reputation points
0 answers

[Outlook Add in]Incompatibility of manifest.xml in M0365 Outlook

We are facing some issue with our Outlook addin when we test with the Outlook that comes with Microsoft 365 subscription. The application is working in the new version of the Outlook desktop that comes with Windows…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,855 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,028 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,522 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
598 questions
asked 2024-05-06T06:17:46.2266667+00:00
Pepper Cloud 0 Reputation points
edited the question 2024-05-06T07:51:00.53+00:00
SokiGuo-MSFT 23,481 Reputation points Microsoft Vendor
0 answers

OneNote Interop API UpdatePageContent breaks Spell Checking

C# with .NET Framework 4.8, OneNote 16.0.16924.20150 64-bit Using the interop API, IApplication.UpdatePageContent(xml, lastModTime, XMLSchema.xs2013, true) Given a page with an OE paragraph, where the user selects a run of text, not including the end of…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
165 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,522 questions
asked 2023-12-02T05:35:46.46+00:00
stemarcoh 11 Reputation points
edited the question 2024-05-05T12:07:31.5166667+00:00
stemarcoh 11 Reputation points
0 answers

How to integrate Auth0 login on Desktop Office apps (in an Addin)

Hello, I am currently developing an Addin for Word and it is difficult to finish it because the SSO (Auth0) is working well on the web version and my plugin works wonders however I cannot login on the Windows or Mac version of Word because of the url…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
669 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,486 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,522 questions
asked 2024-05-03T12:54:35.5533333+00:00
Pierre C 6 Reputation points
0 answers

VSTO Excel Com Add-in using Visual Studio 2022 and Office 64 bit vs 32 bit installer

I have a VSTO Excel Com Add-In that uses a webviewer. 64 Bit installer Excel 2021 64 Bit, Shows in menu bar and shows the webviewer control when installed. Excel 365 64 Bit, Shows in menu bar BUT does not show the webviewer control when…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,486 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,522 questions
asked 2024-05-02T21:04:17.66+00:00
Potter, Lizbeth 0 Reputation points
edited the question 2024-05-03T01:33:24.53+00:00
Anna Xiu-MSFT 25,806 Reputation points Microsoft Vendor
0 answers

How to automatically move/copy outlook incoming and outgoing messages for a specified mailbox to a shared network folder?

We have a group that is managing certain Outlook shared mailboxes and would like to automatically save a copy of the incoming and outgoing messages from a given mailbox as they come in or sent from.

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,522 questions
asked 2024-05-02T22:50:20.54+00:00
Rosales, Ariel 0 Reputation points
0 answers

Excel script for filling cells within a specified range with a specific fill color if any cell within the range is selected

Using scripts in Excel (NOT VB macros), I need to be able to fill any cell within a specified range with a specific color if any cell within the range is selected ("clicked on"). Note that the spreadsheet will have different columns that need…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,486 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,581 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,522 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,646 questions
asked 2024-03-31T14:28:49.82+00:00
Robin Theodore 0 Reputation points
edited the question 2024-05-02T17:06:50.7833333+00:00
Robin Theodore 0 Reputation points
0 answers

Trusted location error in VSTO clickonce on network drive

Hi, We are publishing vsto-projects via clickonce and have started facing a problem when we references them as described here:…

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,522 questions
asked 2024-05-02T12:28:30.29+00:00
Michael Andy Poulsen 0 Reputation points
0 answers

insertFileFromBase64 causes accumulation of styles

We're working on an add-in for Word that involves opening multiple documents. However, we've encountered an issue: when we use context.document.insertFileFromBase64 to open several documents, the styles from these base64 documents are being…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
669 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
880 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,522 questions
asked 2024-05-02T09:31:53.63+00:00
Hanna Lebedenko 15 Reputation points
edited the question 2024-05-02T10:11:55.8433333+00:00
Hanna Lebedenko 15 Reputation points
0 answers

Office-Addin MSAL Single Sign In SSO: How to Refresh the Access Token

Hi, I have developed Office-ExcelAddIn using Angular. I am using OfficeRuntime.auth.getAccessToken() to get the taken for api authentication. After 87min the token expires and ExcelAddIn stops working. If I try to use the getAccessToken() method after 87…

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,522 questions
asked 2024-05-01T09:24:01.74+00:00
Handoo, Rakesh 0 Reputation points
0 answers

How to generate ALL O365 Users report with username, mailbox size and type of license from powershell script?

How to generate ALL O365 Users report with username, mailbox size and type of license from powershell script?

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,522 questions
asked 2024-04-29T07:25:23.29+00:00
Jason Tse /Information Technology 0 Reputation points
0 answers

Combined charts with ExcelScript

Hi, is it possible to create a combined chart type with ExcelScript ? I didn't find something looking like that in the ExcelScript.ChartType enum page. If not, do you know why or if it's planned to exist in the future? If yes, how ? Thanks

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,486 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,522 questions
asked 2024-04-26T09:27:56.06+00:00
Broutel, Colin 0 Reputation points
0 answers

I am developing word plugin using Word javascript word Api

I want to set my page size as A4 and margin should be narrow when i will start my word plugin but problem is whenever I am starting my word plugin it sets the page size Letter size and margin is normal I am getting this issue can u help me in this . I…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
669 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
880 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,522 questions
Word Management
Word Management
Word: A family of Microsoft word processing software products for creating web, email, and print documents.Management: The act or process of organizing, handling, directing or controlling something.
896 questions
asked 2024-04-26T06:24:01.7933333+00:00
Arjun Chauhan 0 Reputation points
edited the question 2024-04-26T08:09:58.9466667+00:00
Emi Zhang-MSFT 22,011 Reputation points Microsoft Vendor
0 answers

Unable to get subscription to develop programs

I would like to get a Microsoft 365 Developer subscription (E5). But is says my account is not eligible. My current company uses a lot of Microsoft products inhouse. I am currently working on a solution that needs to interact with the company SharePoint…

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,522 questions
asked 2024-04-26T04:05:22.0533333+00:00
Aseem Khan 0 Reputation points
0 answers

Code to move Outlook email to local folder not triggering on ItemSend event.

The following code is intended to trigger on sending an email, which would then check an Outlook folder and move any emails within to a local folder. I see no indication of the code being triggered, i.e.- emails remain in folder, no msgbox prompt. As an…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,028 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,522 questions
asked 2024-04-25T13:52:41.2966667+00:00
GP 1 Reputation point