3,673 questions with Office Development tags

Sort by: Updated
0 answers

How to increase Word Add-in task pane width?

I have been looking all over the net for this issue. I would like to know if it is possible for programmatically increase the width of Windows task pane width. Can I create a custom task pane for that? I know its possible as I have come across and add-in…

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,673 questions
asked 2021-01-03T05:50:04.663+00:00
TechTalk 26 Reputation points
0 answers

Outlook VSTO this.OutlookFormRegion

Hi, I am creating an Outlook VSTO in C# and was wondering if there was a way to change the background color of the Form Region at runtime? // Use this.OutlookFormRegion to get a reference to the form region. private void…

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,673 questions
asked 2021-01-02T21:20:44.437+00:00
Alastair MacFarlane 26 Reputation points
1 answer

Microsoft Q&A for Access

Microsoft Q&A for Access does not seem to work as of Dec 28. the hotlink to Microsoft 365 works... but the choice offered at 'Office Client Development' does not work - - if one selects 'Access' you instead end up at a site for 'Add-Ons'…

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,673 questions
asked 2020-12-28T17:43:31.027+00:00
C Data 6 Reputation points
answered 2020-12-29T09:12:38.82+00:00
Isladogs 16 Reputation points
0 answers

Real number of recipients

Hello, What is the best (fastest) way to estimate or calculate precisely the number of recipients of an email containing nested Exchanges mailing lists? I have tried parsing each addressEntry of each recipient recursively, but this method is very…

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,673 questions
asked 2020-12-28T16:19:11.017+00:00
MrLynLyon 1 Reputation point
2 answers

How to deploy VSTO AddIn in Terminal Server environment with roaming profiles?

According to kb 2571899 (https://video2.skills-academy.com/en-us/troubleshoot/dotnet/framework/clickonce-not-support-roaming-profiles) ClickOnce cannot be used for roaming profiles. Does this also affect VSTO-AddIns, which are not deployed by MSI? Only…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,988 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,673 questions
asked 2020-12-28T09:00:25.857+00:00
Peter Eberlein 1 Reputation point
commented 2020-12-28T11:19:40.49+00:00
Mark Heitbrink 96 Reputation points
1 answer

How to embed an OLE object in the margin of a Word docx file

Trying to embed an OLE object in the margin of a legal file of a Word to avoid moving the text around because each line is numbered for reference. Used VSTO.

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,673 questions
asked 2020-12-22T19:43:18.95+00:00
Don 1 Reputation point
commented 2020-12-28T08:03:31.233+00:00
Emily Hua-MSFT 27,576 Reputation points
1 answer

Who sets/limits stack space

I am getting an "out of stack space" error running my Microsoft Access program. I have run this Access program on 4 different platforms ranging from i5 with 4GB ram running windows 7, to i7 with 16GB ram. It has a recursive subroutine that…

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,673 questions
asked 2020-12-26T17:13:44.767+00:00
K HRUSKA 1 Reputation point
answered 2020-12-28T01:20:11.117+00:00
JimmyYang-MSFT 50,101 Reputation points Microsoft Vendor
0 answers

EWS API - how to get only latest message per conversation

Wish a very Merry Christmas for everyone! I have Outlook addin, that should track some particular threads in user's mailbox. It has collection of Conversation Ids, and uses FindItem operation for searching related items. I'm puzzled - how make EWS…

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,673 questions
asked 2020-12-25T11:16:03.317+00:00
Andrew Filippov 1 Reputation point
0 answers

Microsoft 356 Add on: office 365 has been configured to prevent individual acquisition and execution of Office Store Add-ins

Hey, One of my clients want's to use visio as an add on for Excel. I followed the steps previously stated in this post:…

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,673 questions
asked 2020-12-24T09:25:44.377+00:00
Neil Ledoux 1 Reputation point
0 answers

Ideas for refreshing whole contents of Word with VSTO document-level addin

Hi all, Do you have any ideas/scenarios to refresh whole contents in Word document which is attached VSTO document-level addin? The best scenario for me is "Re-open" the another document with keeping the attachment of VSTO addin to extract…

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,673 questions
asked 2020-12-24T07:50:46.177+00:00
sadap 1 Reputation point
1 answer

Outlook addin on mobile using graph api

Hi there, I am developing an outlook addin which is using graph api. With msal, i can get the token with pop up flow in outlook web. However when i deploy it to mobile, e.g. ios outlook app, the pop up window won't show and there is no way for me to…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,194 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,673 questions
asked 2020-12-14T02:32:49.4+00:00
James 21 Reputation points
commented 2020-12-23T01:52:15.403+00:00
James 21 Reputation points
0 answers

Excel vba Sheets.rows.cut vs sheets.rows.copy

Within my workbook I have several sheets and am moving data from one sheet to another through Sheets("Master").Rows(i).Cut Destination:=Sheets(Sheet_Name).Range("A" & Sheet_Row_Num) My problem is that the .cut command takes 10…

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,673 questions
asked 2020-12-22T22:13:46.84+00:00
Eric B 1 Reputation point
0 answers

The "Save As" command has been removed from my .xlsm files.

The "Save As" command has been removed from my .xlsm files. It was removed when I started using developer to create macros. An even bigger problem is that the File Explorer will no longer let me change the name of ANY Excel file.

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,673 questions
asked 2020-12-18T22:44:34.487+00:00
Ellen Starbuck 1 Reputation point