3,509 questions with Office Development tags

Sort by: Updated
0 answers

OneNote Interop API UpdatePageContent changes lastModifiedTime of unmodified child elements

C# with .NET Framework 4.8, OneNote 16.0.15726.20188 64-bit Using the Interop API, IApplication.UpdatePageContent(xml, lastModTime, XMLSchema.xs2013, true) Given a page with one Outline and two OE paragraphs where each OE paragraph was…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
164 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 2022-12-07T12:49:30.887+00:00
stemarcoh 11 Reputation points
edited the question 2024-05-05T12:07:43.92+00:00
stemarcoh 11 Reputation points
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.
164 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 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

OneNote Interop API NavigateToUrl fails if called again too quickly

C# with .NET Framework 4.8, OneNote 16.0.15726.20188 64-bit Using the Interop API, IApplication.NavigateToUrl(pageURL) Invoke once with a valid page URL, it succeeds Invoke again (within about two seconds) with a different valid page URL, it…

OneNote
OneNote
A family of Microsoft products that enable users to capture, organize, and reuse notes electronically.
164 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 2022-11-15T13:36:59.937+00:00
stemarcoh 11 Reputation points
edited the question 2024-05-05T12:06:57.14+00:00
stemarcoh 11 Reputation points
0 answers

How to know if document or mail configured with sensitive labels?

We want to verify if document or mail is configured with sensitive label information before reading content through Office JavaScript API.

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 2024-05-05T05:52:19.6733333+00:00
Mithun K S 0 Reputation points
2 answers

Unable to sign in to microsoft 365 dev error code 41101

Hello! I'm unable to access the dashboard at this time. I'm encountering a login error: Error Message: We're unable to sign you in with this account. The sign in was unsuccessful. For details, see the Microsoft 365 Developer Program…

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,835 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 2024-01-25T19:45:18.3033333+00:00
achraf kédidi 105 Reputation points
commented 2024-05-04T10:29:11.1966667+00:00
Hlulani Baloyi 0 Reputation points
1 answer

Error When Pressing "Send Code" During Microsoft 365 Developer Program E5 Subscription Creation

After an 18-month hiatus from development, during which my Microsoft 365 Developer Program E5 subscription was deleted. I am attempting to create a new E5 sandbox. When I press the "Send Code" button while completing the "Add phone number…

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 2024-05-02T14:18:25.89+00:00
Michael Scott 0 Reputation points
answered 2024-05-03T19:45:25.9366667+00:00
Said A 711 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.
667 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,477 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 2024-05-03T12:54:35.5533333+00:00
Pierre C 6 Reputation points
0 answers

Our add-in stopped working on Outlook for Windows New

Our add-in (here) has suddenly stopped working on Outlook for Windows New: no task pane opens when we click the add-in icon. This affects both versions installed from App Source and as sideload. We have also tried old versions of our code which we…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,010 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 2024-05-03T10:47:24.06+00:00
Jordi Salvat i Alabart 0 Reputation points
1 answer

Excel VBA Error with user access Permission.Add

Hello, I wrote the following Excel Macro to assign user permission to the Excel file. Sub Add_Permission() Dim objUserPerm As Office.UserPermission Set objUserPerm = ActiveWorkbook.Permission.Add("test@test.com", msoPermissionChange) …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,477 questions
Windows 365 Business
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 2024-05-01T10:03:49.6333333+00:00
Dec 0 Reputation points
commented 2024-05-03T10:11:27.61+00:00
Dec 0 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,477 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 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,801 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,509 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,477 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,579 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
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,645 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,509 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.
667 questions
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 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
1 answer

Problema para printar um Formulario do VBA

Ola, quando eu executo o codigo UserForm1.Printform no meu formulário do vba, ele gera um PDF com um PrintScreen do formulário porem o formulário fica pela metade, alguem consegue me ajudar?

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,477 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 2024-04-11T19:26:06.9233333+00:00
Julio Cezar Francisco Martin 0 Reputation points
edited the question 2024-05-02T08:56:38.49+00:00
Jack J Jun 24,296 Reputation points Microsoft Vendor
1 answer

64-bit conversion explanation what to do now?

https://learn.microsoft.com/en-us/previous-versions/office/troubleshoot/office-developer/automate-excel-from-visual-basic-net this does not work I read somewhere else that this is because of the 64-bit conversion and this code sample is written the…

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 2024-05-01T14:50:44.15+00:00
Richie Mathison 0 Reputation points
edited the question 2024-05-02T01:24:13.77+00:00
Anna Xiu-MSFT 25,801 Reputation points Microsoft Vendor
0 answers

Workbook button for Excel Scripts permission issue : The button cannot run because the script was unshared. Contact the owner to share it again.

I created 3 Excel Scripts , added buttons to the workbook for each script, and shared the excel spreadsheet through Teams, and also the scripts on sharepoint with other folks in my organization. When they opened the excel sheet and tried to run the…

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 2024-04-23T02:46:50.49+00:00
Dheeraj Kaul 15 Reputation points Microsoft Employee
commented 2024-05-01T18:34:11.7166667+00:00
Dheeraj Kaul 15 Reputation points Microsoft Employee
3 answers

How to setup Excel Interop for Exccel 365

I've been attempting to setup a project that allows me to use Excel Interop in C# on the Office 365 version (I need to create and edit some sheets to automate some tasks from work involving CSV files). However almost every attempt has resulted in the…

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 2022-07-24T23:40:22.707+00:00
Zach Sim 21 Reputation points
answered 2024-05-01T15:04:18.05+00:00
Richie Mathison 0 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,509 questions
asked 2024-05-01T09:24:01.74+00:00
Handoo, Rakesh 0 Reputation points
3 answers One of the answers was accepted by the question author.

Error "The DeveloperEmail field is required." when setting up Graph Data Connect

Hello, I'm trying to set up Graph Data Connection using this tutorial: https://github.com/microsoftgraph/dataconnect-solutions/tree/main/solutions/ona/PreRequisites Unfortunately, I cannot finalize the process, because when I click on "Create",…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,649 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 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 2024-04-26T08:56:28.39+00:00
Jeroen Vrijkorte 46 Reputation points
accepted 2024-05-01T07:56:57.16+00:00
Jeroen Vrijkorte 46 Reputation points