Manifest Validation for Word on Mac (Microsoft 365)
I have a manifest file that includes the following requirement sets: <Requirements> <Sets> <Set Name="SharedRuntime" MinVersion="1.1"/> <Set Name="CompressedFile"/> <Set…
SpreadSheet Compare breaks with Purview Features (Mandatory Labels)
When using SpreadSheet Compare you are unable to "Export Results" if your organisation has mandatory labels enforced. Is there a plan to uplift this software to work?
Outlook Addin: Login Error using MSAL and OBO flow.
I'm currently developing an add-in application for Outlook, and during the development process, I aimed to implement Microsoft SSO for user authentication. Initially, I opted for the On-Behalf-Of (OBO) authentication flow. During the implementation, I…
I have two groups of images with links and I want to swap them base on condition
I have two groups of image with their respectives links to link in the worksheet to sections, glossary or other sheet. I want to superpose the group base on a condition. If the condition says E for English, I want dynamically the image group for…
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…
This add-in slows down Outlook
Hello. Within our company, the developer took a publicly available plugin and modified it for our company. GitHub - diggsweden/jitsi-outlook: A Jitsi plugin for outlook. When you start Outlook, sometimes you get a message that it is slowing down. Any…
Picture in Word macro
I am trying to write a macro in Word (office 365). I want to import a .jpg and place it in the upper left corner of the document and set it to the back. The macro will not let me do it. Is there some code I can write directly into the macro to do…
WORD macro not responding
Word 365. I have written a macro as follows: Set MyRange = ActiveDocument.Content MyRange.Find.Execute FindText:="Certification:", Forward:=True If MyRange.Find.Found = True Then Selection = "Certification:" Selection.Cut …
Pivot Table doesn't count all data
Everything in the table is mostly correct except the ones with the correct numbers on the right. I kept refreshing the data, but it's still not giving me the correct data and I don't know why. For the count, it's counting every…
Microsoft Word settings: how to disable Translation & Dictionary while keeping Correction feature enabled
Hello, I work at a school, and we would like to allow our students to use Microsoft Word during exams. However, we do not want them to have access to the Translate feature or the Dictionary, nor to be able to manually 'turn on/enable' these features. Our…
how to lock dropdown cells after date passed
i am preparing invoice in Excell, i want lock dropdown cells after date passed in password protected active sheets. cells E8 to E27 (Product) activated dropdown, I8 to I27 and P8 to P27 also required to lock without editable. Note:- remining columns (…
Unable to get key for verifying signature from amurl claim in Exchange ID token
The Exchange ID token obtained from Office.js contains a signature that requires verification by extracting the amurl claim from the payload and downloading the public key from that URL.…
Obtaining access tokens for Outlook add-in that use Microsoft Graph API
If getAccessToken(options) is not supported for add-ins that are loaded in Outlook.com and getAccessTokenAsync(options, callback)/getAccessTokenAsync(callback) methods are also deprecated what are the other solutions to obtain the access token for…
Does Office LTSC 2024 include downgrade rights?
Does Office LTSC 2024 Standard include downgrade rights to Office LTSC 2021 Standard?
Resource tracker for a team of staff?
Hi there, I originally posted this in the M365 community, however the moderator there suggested this might be a better place to ask. I'm looking for a way to monitor the resources of an internal team (as in group of people rather than a Microsoft Teams)…
insertFileFromBase64 causes accumulation of styles
We're working on an add-in for Word that involves opening multiple documents. However, we've encountered an issue: when we use context.document.insertFileFromBase64 to open several documents, the styles from these base64 documents are being…
Unable to Access Outlook Developer Dashboard - Need Originator Key for Actionable Emails
Hi, I can’t access the Outlook Developer Dashboard anymore. The page gives a "something went wrong" error, even though I’m using the official link: https://outlook.office.com/connectors/oam/publish. I’ve cleared my cache, tried using incognito…
HTML tag, <details/> and <summary/> not working in outlook
i am trying to send a HTML body as an email. i am using <details> and <summary> tag to create a dropdown. but i am not able to see the dropdown in outlook desktop app. here is the code i am using import smtplib from email.mime.multipart…
Custom Forms do not sync in Outlook with O365
Hello, In my company, we use the Developer Tool to create custom forms for Contacts and Tasks, which generate new pages in the contact items within Outlook. We use these custom fields to keep our contacts updated, filter them, and perform various other…
cannot access https://outlook.office.com/connectors/oam/publish
Hello I have a very frustrating issue. I need to register a scope on the AM Dev Dashboard. When I access https://outlook.office.com/connectors/oam/publish it just redirects me to my mailbox ultimately. Sometimes it will show "something went…