Detecting a relative range name; difference between VS code and Script lab
I am updating some of my code of my Name Manager add-in. I've discovered something odd. Background: If you define a name in Excel like so: Select cell A2, now define this name: Name: test refers to: =Sheet1!A1 the cell the name points to depends on the…
ItemSend Event Not Triggered Under Certain Conditions for Calendar Event Creation in Outlook (new/web) Add-in
I am developing an Outlook (new/web) add-in that checks the content when sending emails or registering calendar events (those involving email sending). In the manifest, I have declared the following: <Host…
How can I force the 'Access Web content' user authentication dialogue box to pop up using VBA?
I have some Power Queries in my Excel file that pull data from other Excel files stored on a SharePoint site. When a new user tries to manually refresh those queries using the "Refresh All" button on the ribbon (Data / Queries &…
Excel python anaconda - why is Microsoft's powerbiclient package not included?
Trying the Excel Addin "Anaconda Code" for python. https://support.microsoft.com/en-au/office/open-source-libraries-and-python-in-excel-c817c897-41db-40a1-b9f3-d5ffe6d1bf3e The Addin installed OK. But the first code I wanted to try uses…
I cannot use the shortcut 'ctrl+shift+v' in Office 2024
I cannot use the shortcut 'ctrl+shift+v' in Office 2024
Variable with Word's Content.Text has differences from its' Set-Content'ed simple text file; contents handelted differenly by regex
$documentText = @" Frau Anna Mustermanowa Hauptstr. 1 48996 Ministadt per beA per Mail: anna.mustermanowa@example.com AKTEN.NR: SACHBEARBEITER/SEKRETARIAT STÄDTL, 2904/24/SB Sonja Bearbeinenko +49 211 123190.00 21.11.2024 …
Mijn Microsoft Office 2021 Professonal Plus via Viakeys in Nederland.
GEACHTEN, Ik kocht op 28-12-2022 via Viakeys in Nederland mijn Microsoft Office 2021 Professionnal Plus. Ik kocht "Profesionnals PLus" omdat dit het enige aanbod was. Nu ontvang ik van dit bedrijf volgende melding - ergens in dit bericht via…
Cannot click into or scroll word document after opening .... Until I hit Ctrl+Home or interact with some options in the Ribbon Bar
Some of our clients have started reporting a strange issue in Microsoft Word after we open documents using Microsoft.Office.Interop.Word automation When they open a Word document they think that MS Word is hanging. The first indicator that it's not…
A black rectangle appears on my custom taskpane of my COM AddIn
A black rectangle or square appears for a brief time on my custom taskpane of my COM AddIn when taskpane is shown on the Excel. It also appears when closing the Excel
[Urgent] Possibly Microsoft 365 Office Apps updates crashing my Word Addin
Starting sometime around Nov 14, 2024, we have been observing consistent issues with our software product called Intelligent Content Tools (icTools) on some of our machines having Microsoft 365 installed. icTools is a plugin to Microsoft Word. This has…
I don't have Read aloud on my word, I need help
I recently reset my PC and had to reinstall Microsoft 365 and office but this time I got the 2021 version, and used my 2016 professional plus product key for it then I realised that I don't have Read aloud function.
I am getting error in outlook add ins below Error: Command failed: npx @microsoft/teamsapp-cli install --file-path "[file path]"
below is detailed error description attached screenshot as well Error: Error: Command failed: npx @microsoft/teamsapp-cli install --file-path "C:\Users\ayada19\AppData\Local\Temp\manifest.zip" (node:18680) [DEP0040] DeprecationWarning: The…
Actionable Adaptive Card Registration - What is a support URL?
I'm in the process of building an adaptive card for Outlook and had begun the registration process, however after checking back it appears that this was declined. When checking the reason it was due to the support URL, would anyone be able to help shed…
How do you pull Page Titles using the API if there are more than 100 pages in a section
When working with the graph API I can pull any data that I need as long as the section that I am working in has less than 100 pages. This is causing issues in my system. Are there any work arounds or options to this other than just making multiple…
Third Party API Authorization in Outlook Add-in
I am working on creating an Outlook Add-in that authenticates with a third-party authorization service. Based on the documentation, it appears necessary to use displayDialogAsync to redirect to a page hosted locally within the add-in to handle the…
Embedded fonts don't work on Windows PowerPoint after the new update
I work for a company that generates .pptx files programatically. As part of this, we embed font files in the generated document so that the fonts render on every user's system correctly. This embedding has been working correctly for many years, but it…
Is .setColumnWidth() broken in Excel scripts?
I have written a very simple code in Office Scripts which should simply set some column widths and the header rows (see below). However, when I run the script, the column widths are nowhere near the values I have input (I have added comments to show the…
How to call MSAL with the help of `Office.auth.getAuthContext()` response?
In Microsoft documentation for the Office.auth.getAuthContext() method, it mentions: "Gets information about the signed-in user. The add-in can pass this information to the Microsoft Authentication Library (MSAL.js) to get an access token for the…
How to make an Outlook add-in with a locally hosted proxy server accessible to all users in my organization?
I have developed a custom Outlook add-in using Visual Studio that integrates with Zoho Creator via a proxy server. I followed this quickstart --> https://learn.microsoft.com/en-us/office/dev/add-ins/quickstarts/outlook-quickstart-vs). Currently, the…
how to update multiple instances of a recurring event
how to update multiple instances of a recurring event in Outlook with one api call? update all future occurrences of the event.