3,707 questions with Office Development tags

Sort by: Updated
2 answers

why the left column of taskgroup is reduced in customui backstage with excel 2013

Hello everyoneI have a problem in excel 2013 with my additional menu in the bakstage (CustomUI)the left column is not resized customUI> <backstage> <tab id="tabb202401" label="mes tutos sur youtube"…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,867 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,707 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,689 questions
asked 2024-07-01T13:55:40.4033333+00:00
patrick verne 0 Reputation points
answered 2024-07-06T00:33:43.4866667+00:00
patrick verne 0 Reputation points
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,621 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,707 questions
asked 2022-07-24T23:40:22.707+00:00
Zach Sim 26 Reputation points
commented 2024-07-05T19:43:39.39+00:00
Emmanuel Idun 0 Reputation points
0 answers

First project (Excel web add-in)

First project(s); I've searched the web before posting this question, but no joy. I also clicked the help questionmark on this wizard and it just takes me to an error page. Can anyone point me to a detailed description or comparison of what each of these…

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,707 questions
asked 2024-07-04T15:13:55.8966667+00:00
KER_2024 20 Reputation points
edited the question 2024-07-04T20:30:45.6933333+00:00
KER_2024 20 Reputation points
0 answers

Microsoft Outlook :-How to Reply to an email to a configured email ID with one click on a button available in the email body

Hi Team, We have a requirement on Microsoft outlook to reply to an email to a configured email ID with one click on a button available in the email body. Currently, it opens the mail and sends only after clicking on "Send to." We want to skip…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,401 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,707 questions
asked 2024-07-03T09:23:45.78+00:00
Hanspal Mahto 0 Reputation points
edited the question 2024-07-04T05:24:02.3766667+00:00
SokiGuo-MSFT 25,731 Reputation points Microsoft Vendor
0 answers

Office upgrade to 2405 or above, word crash after my COMAddIn do some operations

I have a COMAddIn writted by C#. there are some contentControl in my word document, After change a comboBox contentControl, call some Word COM API  by NetOffice, delete a table and change other content control's contents. versoin 2404 (16.0.17531.20120)…

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,707 questions
asked 2024-07-04T00:59:06.5533333+00:00
陈国辉 1 Reputation point
edited the question 2024-07-04T01:03:11.8933333+00:00
陈国辉 1 Reputation point
3 answers

How can I fix the error "Method 'range of object'_Worksheet' failed

I have the following code. When I change a cell, it begins to work, but I get an error "Method 'range' of object'_Worksheet' failed," after it fills in the first cell Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) Dim…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,682 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,707 questions
asked 2023-08-07T19:39:46.04+00:00
answered 2024-07-03T19:03:57.54+00:00
Williams, Kim (US) 126 Reputation points
5 answers

White horizontal lines randomly appearing in Outlook

This is and old one, but still unsolved and unanswered, bug of Outlook: …

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,707 questions
Office Mac
Office Mac
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Mac: A family of Apple personal computers that run the macOS operating system.
483 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,062 questions
asked 2022-11-03T11:38:56.977+00:00
Ankario 16 Reputation points
edited an answer 2024-07-03T08:48:58.9833333+00:00
Parth Patel_EXT 0 Reputation points
0 answers

How to find and highlight duplicate phrases?

Hello, Bottom Line Up Front (BLUF): How to find and highlight duplicate phrases? BACKGROUND: I have made several attempts from several support perspectives to find and highlight duplicated phrases in a word document. because I preform training of which…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
746 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,707 questions
asked 2024-07-02T15:02:46.32+00:00
Dave Wheelock 0 Reputation points
edited the question 2024-07-03T02:10:28.67+00:00
Emi Zhang-MSFT 23,736 Reputation points Microsoft Vendor
0 answers

Questions about office addins

Hello, I'm trying to install the @microsoft/office-js tried with 'npm i @microsoft/office-js' but when importing import * as Excel from '@microsoft/office-js/excel'; import { Office } from '@microsoft/office-js'; to my js file getting error …

JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
937 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,707 questions
asked 2024-07-02T10:12:21.02+00:00
Manivannan Nagarajan 0 Reputation points
1 answer

How to fix the issue regarding the limit of 256 characters in data validation in excel

Hi, I am directly inputting values from code base on to the drop-down list using data validation, where facing issues while opening the excel file. Where have notice if the total characters of the list of dropdowns is within 256 characters, am able to…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,682 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,707 questions
asked 2024-07-01T07:44:04.9733333+00:00
Deepak Kumar Swain 0 Reputation points
edited an answer 2024-07-02T09:48:21.4+00:00
Viorel 114.5K Reputation points
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,682 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,707 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,682 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,707 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,682 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,707 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,689 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,625 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,322 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,707 questions
asked 2024-07-01T07:52:02.21+00:00
Didier 5 Reputation points
edited the question 2024-07-02T01:12:04.2466667+00:00
Jiajing Hua-MFST 7,625 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,322 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,707 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,401 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,707 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,062 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,401 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,707 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,181 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,707 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,689 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,625 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,401 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,707 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,322 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,458 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,401 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
937 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,707 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,731 Reputation points Microsoft Vendor