3,689 questions with Office Development tags

Sort by: Updated
1 answer

Excel Add In Can't Add Comments - This operation is not implemented.

Trying to add comments programatically to Excel through my add in, but getting "this operation is not implemented" error every time. Code for reference (in taskpane.js): function comment(text) { Excel.run(async context => { const range…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,689 questions
asked 2024-06-24T20:43:20.21+00:00
Arnav Garg 0 Reputation points
answered 2024-07-02T08:22:22.0366667+00:00
Yue Li 0 Reputation points Microsoft Employee
1 answer

Excel Add In Can't Add Comments - This operation is not implemented.

I'm currently on MacOS Sonoma (14.5) using Office16.86 (appears to be as updated as possible) building an Excel add in. I am trying to programatically add a comment to Excel on a specific cell through taskpane.js. However, every time I try to add this…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,689 questions
asked 2024-06-24T20:40:03.5366667+00:00
Arnav Garg 0 Reputation points
edited an answer 2024-07-02T08:02:54.5533333+00:00
Yue Li 0 Reputation points Microsoft Employee
0 answers

Excel - VBA macro code to pull outlook files by spesific date range in spesific folder and save as today date

Hi everyone, Need advise from the expert here. I am trying to pull outlook files but the results it extract all the file in that spesific folder. I am trying to only pull all the files on today date. May i know what code should i put so that the VBA code…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,689 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,685 questions
asked 2024-07-02T01:57:35.15+00:00
Raihana 0 Reputation points
edited the question 2024-07-02T07:45:59.2+00:00
Jiajing Hua-MFST 7,390 Reputation points Microsoft Vendor
0 answers

Method 'SetLabel' of Object 'ISensitivityLabel" failed in Visio VBA

Hello . I have written a VBA script from a MS Visio file. In this script, I am creating an excel file from a Visio Report, and need to assign a sensitivity label (as requirement by my company) before saving it. I use the code below. It works fine when I…

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.
4,236 questions
Visio
Visio
A family of Microsoft products used to create diagrams and vector graphics.
85 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,689 questions
asked 2024-07-01T07:52:02.21+00:00
Didier 0 Reputation points
edited the question 2024-07-02T01:12:04.2466667+00:00
Jiajing Hua-MFST 7,390 Reputation points Microsoft Vendor
0 answers

How to Configure Outlook add-in for event-based activation on drag drop of appointment in calendar

Hi We are having outlook office 365 Add-in. We want to track drag drop (time change) of appointment when there is no attendee and email address. When there is any email address it open appointment on drag-drop and we can control send button. But if…

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.
4,236 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,689 questions
asked 2024-07-01T14:43:39.3533333+00:00
neeraj badalu 41 Reputation points
1 answer

How to make Outlook desktop app able to import an .ics file with multiple events automatically

I have a system that sends emails with iCal (invite.ics) attached. If I send the calendar (VCALENDAR) with the REQUEST method and it contains only one event (whether recurring or not) everything goes well, i.e., the user receives the email in Outlook and…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 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,689 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.
5,046 questions
asked 2023-09-21T19:25:37.9433333+00:00
Filipe B 5 Reputation points
commented 2024-07-01T08:50:47.3033333+00:00
IS 0 Reputation points
0 answers

Imap authentication of a registered app fails with acquired access token.

I would like to access office365 emails from within a python script. I am able to acquire an access_token but the subsequent authentication call (using imaplib) fails with (imaplib debug output): 51:24.89 > b'LIBE1 AUTHENTICATE XOAUTH2' 51:24.91…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 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,689 questions
asked 2024-06-28T09:05:46.6833333+00:00
Simon Nigg 0 Reputation points
edited the question 2024-07-01T01:28:40.8633333+00:00
ChristyZhang-MSFT 22,081 Reputation points Microsoft Vendor
0 answers

VBA function FileDateTime() is off by 1 hour.

Assuming current date is 06/29/2024 (PDT) and timezone is Los Angeles, the following example is correct. Dim MyStamp ' Assume TESTFILE was last modified on June12, 2024 at 4:35:47 PM. ' Assume English/U.S. locale settings. MyStamp =…

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,689 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,685 questions
asked 2024-06-29T21:45:20.9966667+00:00
de33ed BS 0 Reputation points
edited the question 2024-07-01T01:18:40.9166667+00:00
Jiajing Hua-MFST 7,390 Reputation points Microsoft Vendor
0 answers

Creating and Sending an Email through "New Outlook" from a Desktop Application

Hello everyone, Previously, we have been creating emails through our desktop applications, which can be edited and sent using various email programs. These emails, along with the recipients, subject, content, and attachments, are pre-formulated within…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 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,689 questions
asked 2024-04-02T08:48:52.8366667+00:00
Selim Basyouni 10 Reputation points
commented 2024-06-28T07:55:27.3933333+00:00
Selim Basyouni 10 Reputation points
0 answers

Disable Pop-up "WebView Stop On Load" for Outlook Add-In

I am hosting an Outlook add-in, and the users are prompted with this pop-up when starting the add-in. "Webview Stop on Load: To debug the webview, attach VS Code to the webview instance using the Microsoft Debugger for Edge extension, and click OK…

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.
4,236 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,439 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
927 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,689 questions
asked 2024-06-27T13:01:59.5833333+00:00
Marc 0 Reputation points
commented 2024-06-28T05:26:04.73+00:00
SokiGuo-MSFT 25,496 Reputation points Microsoft Vendor
0 answers

Data is not populating in WPF Form

I am working on a VSTO Excel Addin and on a button click I am opening a WPF form. case 1: I am working on a Citrix environment and Citrix opened on a single screen now I open excel and click on my ribbon button and my WPF form is working fine. But when I…

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,706 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,591 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,689 questions
asked 2024-06-27T10:30:54.05+00:00
Abhishek Bali 0 Reputation points
edited the question 2024-06-28T02:33:14.1666667+00:00
Jiachen Li-MSFT 28,301 Reputation points Microsoft Vendor
3 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.
4,236 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,689 questions
asked 2024-01-25T19:45:18.3033333+00:00
achraf kédidi 105 Reputation points
commented 2024-06-27T15:10:12.8233333+00:00
Engr Mahbubur Rahman 0 Reputation points
2 answers

Office Script not running on button click

I created an Office Script to select a certain range of cells. I added a button to run the script, but the button does not work. When I click the button the "Script Run Status" pane appears and just continues to load. If I open the code editor…

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,689 questions
asked 2023-01-06T09:40:32.66+00:00
Ndoe-daddy-o 11 Reputation points
answered 2024-06-27T13:26:12.1533333+00:00
Kühn Wolfgang 0 Reputation points
2 answers

Office add-in deployment within integrated apps: eligibility error with the Centralized Deployment

Hi, We have outlook add-in deployed via centralized deployment in "Microsoft 365 admin center > Settings. > IntegratedApps". For some time it was there and it worked. We went to update manifest file, this update didn't take any…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 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,689 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,061 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,351 questions
asked 2024-06-05T11:57:03.36+00:00
Ante Kotarac 40 Reputation points
answered 2024-06-27T07:14:47.59+00:00
Stephen Cooper 6 Reputation points
1 answer

Issues in OMML Editor with Tracked Changes

In Windows 11, word 2010, when we use tracked changes in OMML editor, "Final" and "Accept Tracked Changes" often do not behave correctly within the OMML editor. This is Final: Show Markup. This is Final: This is Accept…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
739 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,689 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,830 questions
asked 2024-06-20T03:41:14.8133333+00:00
Nambirajan P 0 Reputation points
commented 2024-06-27T06:35:05.5433333+00:00
Jiajing Hua-MFST 7,390 Reputation points Microsoft Vendor
0 answers

Html class names are prefixed with x_ in new outlook and web application.

Hi Greetings, Outllook is prefixing with x_ for all the html class, which is breaking the structure of the email template. Why the x_ is prefixed?? Regards, Hemanth

Outlook
Outlook
A family of Microsoft email and calendar products.
3,346 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,689 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.
5,046 questions
asked 2024-06-26T08:31:18.01+00:00
Hemanth Kumar NR 5 Reputation points
edited the question 2024-06-27T02:47:53.6666667+00:00
ChristyZhang-MSFT 22,081 Reputation points Microsoft Vendor
1 answer

ExcelScript.ConditionalRangeFill interface can't manage pattern ?

The ConditionalRangeFill interface don't include .setPattern() as a valid fonction : Documentation In contrary, the RangeFill interface include .setPattern() and even .setPatternColor() as valid fonction : Documentation By using excel menu, you can set a…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,689 questions
asked 2024-06-26T15:10:49.06+00:00
Abélard Martin 0 Reputation points
answered 2024-06-26T15:10:49.0866667+00:00
Q&A Assist
1 answer

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,689 questions
asked 2024-04-23T02:46:50.49+00:00
Dheeraj Kaul 30 Reputation points Microsoft Employee
answered 2024-06-26T14:20:40.2566667+00:00
GCS Backflow Services 0 Reputation points
1 answer

Can't convert Word Document Equation into HTML readable format text like MathML in C#

I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,581 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,350 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,591 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,689 questions
asked 2024-04-24T04:35:09.1466667+00:00
conduct exam 5 Reputation points
answered 2024-06-26T12:37:05.55+00:00
dixit dhameliya 0 Reputation points
2 answers

FileOpenUserUnauthorized error for excel API

Hi, I hope you are doing well. I am exploring Microsoft Graph Explorer for excel API and testing get worksheets in workbook endpoint. Although I have provided correct drive-item-id , I'm keep getting following error. { "error": { …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,280 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,660 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,689 questions
asked 2024-03-20T10:15:33.05+00:00
kishan parmar 0 Reputation points
commented 2024-06-26T11:48:55.2833333+00:00
Abhijith V S 0 Reputation points