Skip to main content
0 votes
0 answers
79 views

I have a dynamic menu button in our custom VSTO ribbon. I am loading content to it at runtime. That process is working fine. Dynamic drop down is creating fine. this is the code. In Ribbon.xml <...
ApsSanj's user avatar
  • 579
0 votes
0 answers
29 views

I created a new C# VSTO Word-Add in (Framework 4.8.1) in Visual Studio 2022. Made no modifications at all and then tried to start it (F5), but it ends with this error message: -------------------------...
Tobias Krasinger's user avatar
0 votes
1 answer
60 views

VSTO is unable to capture nested groups within PowerPoint slides. For example, consider this structure: Group1: ├── Group2: │ ├── Rectangle1 │ ├── Rectangle2 │ └── Line (connecting ...
D.Galaxy's user avatar
1 vote
1 answer
54 views

I understand that when there is only one filter active, I can easily obtain its value by accessing the cell adjacent to the page filter. However, when multiple filters are applied, Excel displays this ...
Robin Dieu's user avatar
1 vote
1 answer
50 views

I would like to add an item to the context menu of an appointment in the reminder(s) window in outlook classic: Is this possible in a VSTO add-in, and if so, what is the identifier of the context ...
dieckie's user avatar
  • 111
0 votes
0 answers
72 views

I'm using Word Interop Libraries to identify bold text in a Word document and add comments to those sections. However, while running the code, I noticed an issue(from the Word UI): when a bold part or ...
Kasun Nimantha's user avatar
0 votes
2 answers
116 views

Problem Summary I have a critical issue with my SDK-Style generated VSTO Outlook add-in when deployed via WiX MSI installer. The same VSTO files work perfectly when installed directly (double-click ....
Mirec J.'s user avatar
  • 129
0 votes
0 answers
63 views

I am using UndoRecord.StartCustomRecord in Microsoft.Office.Interop.Word to create custom undo records in my VSTO add-in. However, I’ve encountered some unexpected behavior that makes the Word undo ...
Kasun Nimantha's user avatar
3 votes
1 answer
159 views

I'm trying to convert a classic VSTO Outlook add-in project to SDK-style format while maintaining full VSTO functionality. Both csproj project files compile successfully and produces a working .dll, ...
Mirec J.'s user avatar
  • 129
-4 votes
1 answer
97 views

I have populated a column of check boxes, and attempted to set the value of them to true like so: worksheet.CheckBoxes("Check").Value = True This is my code: Public Sub ...
Lloyd Thomas's user avatar
0 votes
1 answer
70 views

I am implement a function to do below two tasks. User have the ability to either run both or run a single task only (handle via check boxes). Task 1 : Replace multiple spaces into a single space on a ...
ApsSanj's user avatar
  • 579
0 votes
1 answer
54 views

I'm developing a VSTO add-in for Microsoft Word and packaging it using a .msi installer (Visual Studio Installer Project). Before proceeding with the installation, I want to ensure that Word (winword....
Ankur Gupta's user avatar
0 votes
1 answer
91 views

TL;DR: I want to programmatically enable the "Always use these values regardless of sign-in to Office" setting found in File > Options > General in Microsoft Word. Does any Word API ...
Kasun Nimantha's user avatar
0 votes
1 answer
66 views

I have VSTO Addin in word document, and I want to identify the "Comments" button that is displayed on top right corner of the word document. provided a screenshot for reference. The comments ...
Balaji Sundaram's user avatar
0 votes
0 answers
76 views

I recently updated and migrated my backend from SOAP WCF to a REST API (C#). This backend is utilized by an Outlook add-in (desktop version) to save documents, including emails and attachments, to a ...
Mihai Zotescu's user avatar

15 30 50 per page
1
2 3 4 5
447