3,489 questions with Office Development tags

Sort by: Updated
0 answers

Create New Addin using React (typescript) in visual studio 2022.

Hi Team, I am developing an add ins in visual studio 2022 using java-script. I want to upgrade my add ins with React (type script) I read documentation in that I can create add ins in visual studio code using Yeoman Generator. I want that my existing…

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,489 questions
asked 2024-04-19T19:59:08.19+00:00
​Jayshiv Patel 0 Reputation points
0 answers

I submitted my Add-in to Appscource and the reviewer prompted me to change the sub type

I submitted my Add-in to Appscource and the reviewer prompted me to change the sub type My Add-in support Excel and Word, I can test it local, but Reviewer tell me it does not support word, and need to update subtype but I don't know how to update…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
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,489 questions
asked 2024-04-19T02:02:12.0033333+00:00
Hao Penny 0 Reputation points
edited the question 2024-04-19T18:41:06.8466667+00:00
SamRamon-6302 81 Reputation points
0 answers

Error 429 only if Outlook is already open when try to automate an email

Good day Gurus of .Net Since I started trying to get my app to be option strict compliant, I've suddenly started getting error 429 Unable to create active x component BUT only when Outlook is already open. I have the following code to get an instance of…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,570 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,489 questions
asked 2024-04-18T12:05:49.05+00:00
Hugh Self Taught 81 Reputation points
commented 2024-04-19T08:37:26.6933333+00:00
Hugh Self Taught 81 Reputation points
0 answers

How to lose the focus of the selected cells when it is done with the 'Clipboard.Clear()' command in Visual Basic?

hi Private Sub tsmFillNumberMerged_Click(sender As Object, e As EventArgs) Handles tsmFillNumberMerged.Click 'Trying to (Fill Auto Namber) cells when they are merging If Clipboard.GetText IsNot Nothing Then Dim sttClip As…

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,463 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,570 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,489 questions
asked 2024-04-18T17:02:16.4433333+00:00
Mansour_Dalir 1,531 Reputation points
edited the question 2024-04-19T00:43:50+00:00
Emi Zhang-MSFT 21,856 Reputation points Microsoft Vendor
0 answers

Sorting emails by subject in C# using MAPI on Outlook 2013

I'm trying to sort the email items in a folder by subject using C# and MAPI on Outlook 2013, but the Folder.Items.Sort("Subject",False) command doesn't seem to work. The code I'm using is as follows: NameSpace outlookNamespace =…

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,246 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,489 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,887 questions
asked 2024-04-17T18:08:24.9633333+00:00
Wart Pendragon 0 Reputation points
edited the question 2024-04-18T12:00:20.9633333+00:00
Diane Poremsky MVP 251 Reputation points MVP
3 answers

How do I convert .docx or .doc files to XML format just like converting from Word 2003?

"I'm working on converting a document created in the 2003 version to XML format from 2003. How do I convert .docx or .doc files to XML format just like converting from Word 2003? Or which library should I use?"

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
660 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,303 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,489 questions
asked 2024-03-19T06:38:44.18+00:00
WooHyeok Kim 0 Reputation points
answered 2024-04-18T08:07:26.7+00:00
Mickey7877-7284 1 Reputation point
1 answer One of the answers was accepted by the question author.

Error 401 when starting Outlook Web Add-in sample

I added a new default project for "Outlook Web Add-in" in Visual Studio Community 2022. On starting the sample project I have to enter my credentials for "Connect to Exchange email account". After push the [Connect] button I get back…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 questions
asked 2024-04-16T12:19:48.7233333+00:00
Pascal Wüthrich 20 Reputation points
commented 2024-04-18T06:42:34.5066667+00:00
Pascal Wüthrich 20 Reputation points
0 answers

Read/write JSON file inside Word add-in

I want to read(if possible write as well) data from JSON file. I have a React based Word add-in. The JSON file can be included in the package folder root(same location as manifest.xml). Is there any JavaScript API to read/write file data ? Also is it…

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
660 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
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,489 questions
asked 2024-04-18T04:22:06.82+00:00
Add-in Developer 0 Reputation points
0 answers

Reply to email recipient only

I am working on a Logic App that will watch a mailbox and process emails that come through with particular conditions. What we want to do is be able to reply to the message but only send it to the recipient. for example Customer1 sends a purchase order…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 questions
asked 2024-04-15T21:03:54.23+00:00
Brandon Hunt 5 Reputation points
edited the question 2024-04-18T04:18:52+00:00
MayankBargali-MSFT 68,476 Reputation points
1 answer

how to create outlook plugin

How to create an outlook plugin that can access calendar events

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 questions
asked 2024-04-14T11:33:20.6033333+00:00
Cindy Barker 0 Reputation points
commented 2024-04-17T06:53:06.0566667+00:00
ChristyZhang-MSFT 20,801 Reputation points Microsoft Vendor
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,463 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,570 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,489 questions
asked 2024-04-11T19:26:06.9233333+00:00
Julio Cezar Francisco Martin 0 Reputation points
answered 2024-04-16T14:32:26.0366667+00:00
Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 695 Reputation points Microsoft Vendor
2 answers

Retrieving the COM class factory for component with CLSID {00000000-0000-0000-0000-000000000000} failed due to the following error: 80040154

I have a simple PowerShell script as below  $excel = new-object -ComObject excel.application  $filePath = 'filename.xlsm'  $wb = $excel.workbooks.open($filePath)  $excel.Run('Macro')  $excel.quit()  Stop-Process -Name "Excel" When I trigger the…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,714 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,453 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,489 questions
asked 2024-04-14T20:25:01.46+00:00
sandeep singamaneni 0 Reputation points
commented 2024-04-16T14:18:54.7566667+00:00
sandeep singamaneni 0 Reputation points
2 answers

Can we store Office Script (.osts files) in a on-premise SharePoint folder?

We have neither OneDrive nor SharePoint Online within the business. However, we have On-Premise SharePoint server on site. Can we store Office Script (.osts files) in a on-premise SharePoint folder? I hoped to run script using power automate flow, 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,489 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,000 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,799 questions
asked 2023-10-23T10:35:09.36+00:00
Grace 0 Reputation points
answered 2024-04-16T12:35:30.55+00:00
Hariharasuthan Mani 0 Reputation points
0 answers

Getting error in updating the Graph API version for creating worksheet

Hello there, I have written some code for my project, where I'm creating the worksheet using the Graph API version 5.42 in Java. Now I'm updating the version to the latest one, and it is not showing the below error for the respective code. Error showing…

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,785 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,592 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,489 questions
asked 2024-04-16T04:13:27.9466667+00:00
Ashish Kumar 0 Reputation points
1 answer

Creating Events with 'Outlook Deep Link': Tab Blankness Issue

When accessing the "Outlook Deep Link" (https://outlook.office.com/calendar/deeplink/compose) from our webpage, it correctly opens and enables event saving/sending. Previously, it would close automatically after performing the action, but for…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 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,887 questions
asked 2024-03-27T09:29:17.44+00:00
Shradha Pokhriyal 5 Reputation points
answered 2024-04-16T02:01:54.7966667+00:00
Mari Cadete 0 Reputation points
1 answer

Issue to run the macro

Hi, There is an issue and cannot run the macro code as expected. Please help.

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,463 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,489 questions
asked 2024-04-08T09:48:27.5766667+00:00
Peter_1985 2,506 Reputation points
edited the question 2024-04-15T08:21:56.0966667+00:00
Emi Zhang-MSFT 21,856 Reputation points Microsoft Vendor
0 answers

I would like to export all tracked changes in my excel sheet

I have an Excel spreadsheet in which I made changes and turned on track changes. I can do a 'Show changes', but I would like to export all those changes to a new Excel sheet. Do you have an code that can do that?

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
660 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,463 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,489 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,641 questions
asked 2024-04-13T12:54:27.94+00:00
Sultana 10 Reputation points
edited the question 2024-04-15T08:10:06.39+00:00
Jiajing Hua-MFST 4,675 Reputation points Microsoft Vendor
0 answers

Microsoft.Office.Interop.Outlook and Baseline

Hi, It doesn't seem to be possible to get a mailbox in Outlook with Microsoft.Office.Interop.Outlook from your own desktop application when Baseline security is turned on. Is there a way to do this? We have tried to certify the…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 questions
asked 2024-04-12T12:25:29.2266667+00:00
Daniel Andersson 0 Reputation points
commented 2024-04-15T08:09:55.7866667+00:00
SokiGuo-MSFT 23,241 Reputation points Microsoft Vendor
0 answers

How do I throttle mail merge with vba

My mail service has a limit of 25 emails a minute and i run a photographic competition where i have up to 600 entrants that i need to email to in bulk with Word and Excel. This is all non-profit and not regular enough to buy an add on to it. Is there a…

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,489 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.
893 questions
asked 2024-04-15T01:14:44.24+00:00
John Hawkins 0 Reputation points
edited the question 2024-04-15T07:24:47.57+00:00
Jiajing Hua-MFST 4,675 Reputation points Microsoft Vendor
1 answer

Is it possible to obtain the debug symbols for Microsoft Outlook?

Hello, I'm currently experiencing some issues with Microsoft Outlook and would like to debug it. Is it possible to obtain access to the corresponding .pdb files/debug symbols for Outlook? I've tried using WinDbg for debugging, similar to how I debugged…

Outlook
Outlook
A family of Microsoft email and calendar products.
2,958 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,489 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,887 questions
asked 2024-04-12T17:23:43.2066667+00:00
YanaVV-0153 0 Reputation points
edited the question 2024-04-15T07:04:15.66+00:00
Anna Xiu-MSFT 25,626 Reputation points Microsoft Vendor