Skip to main content
1 vote
0 answers
41 views

I created a Word Add-In following the Microsoft tutorial. It works just fine. The starting page is taskpane.html located in the src/taskpane folder, per the tutorial code. I am trying to enhance it ...
Leigh's user avatar
  • 41
2 votes
1 answer
51 views

I am developing an Excel add-in that needs to authenticate the user using OAuth. To do this I am calling Office.context.ui.displayDialogAsync to open the authorization page in a dialog. The code works ...
Nirogini Janstin's user avatar
1 vote
0 answers
168 views

I am writing an addin to a third-party application (Eplan, if it matters). The addin opens a form with a DatagridView that I want to use Ctrl-C / Ctrl-V in. The problem is that Eplan has many keyboard ...
Ira I.I.'s user avatar
  • 134
0 votes
0 answers
26 views

I've been working on an outlook add-in thats supposed to do some things with attachments when a mail is send, I've tried to use events for this but came to the conclusion that it may just be ...
douwe3998's user avatar
0 votes
0 answers
34 views

We are encountering a technical issue with the PowerPoint JavaScript API when attempting to create lines with negative slope (lines that go upward from left to right). Despite various approaches, we ...
Phil Bell's user avatar
0 votes
1 answer
38 views

I've got the following code (in testing mode) in a Visio addin to be used to track shapes being dragged. All events appear to be firing as expected - Except.... When I drag a shape, the mouse down ...
user2556468's user avatar
0 votes
1 answer
64 views

I am currently creating an Excel web add-in in C# with Visual Studio. Is there a way to find if a cell has a formula ? Find my code below. The aim of the code is to check the cells in A1 to E1 and ...
Mike's user avatar
  • 1
1 vote
0 answers
66 views

I am building a word add-in, one of the main functions is that it can insert comments in specific parts of the document. The whole thing works well when used in locally installed Word, but as soon as ...
Mayank saini's user avatar
1 vote
1 answer
169 views

I've inherited an ancient C project that builds an Excel add-in .xll file which works with 32-bit Office, but not 64-bit Office. The project is in a Visual Studio 2022 solution. There are two ...
Valarenti's user avatar
  • 339
2 votes
1 answer
186 views

I’ve written an RStudio addin that launches a Shiny gadget in the RStudio Viewer. However, once the gadget is running, my R console is locked until I close the gadget. Here’s a minimal example of my ...
Leone's user avatar
  • 41
0 votes
0 answers
90 views

I am trying to import Teams package to Teams Developer Portal. Getting this error while uploading and validating app package. Manifest version 1.16. Saw a lot of different sources and found nothing. { ...
Rostyslav Bezverkhnii's user avatar
0 votes
1 answer
86 views

The latest Word update (version 2410 build 16.0.18129.201000 64-bit) is crashing Word for us. We believe its occurring when we set the HeaderFooter.LinkToPrevious property to False for an even page ...
Tim Farrelly's user avatar
0 votes
2 answers
217 views

i'am trying to develop addin for word 2024. I have created a dummy dll like this: #include <Windows.h> extern "C" int WINAPI wlAutoOpen(void); extern "C" int WINAPI ...
Mercury1998's user avatar
0 votes
1 answer
155 views

I am building an office add-in, specifically to be used in Word. I also have an API that I built using Django that accepts and takes in data as 'formData'. Now, in my office add-in I have written a ...
Mayank saini's user avatar
0 votes
4 answers
89 views

I have an Excel VSTO add-in written in vb.net. I want to write a message to the active workbook and active sheet when the user unloads the add-in. I get a COMException HRESULT: 0x800AC472 when I try ...
NeilK's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
172