Word Table Cell Height
Word VBA. Office 365. I need to go to a specific table cell and change it's height. Thanks in advance.
Outlook Crash in Legacy Mac UI with Mixed Attachments
I have an Outlook add-in deployed that performs processing before sending emails. It’s working smoothly across various environments, including: All major browsers, including Safari Windows Outlook (new UI) New Outlook UI on Mac However, I’m…
Windows doesnt honor configuration default application when using ms-outlook://
When using the scheme ms-outlook:// the system doesnt implement the scheme correct if outlook (new) is set as default all web browsers show open in "outlook (new)" but when setting it to old outlook or choosing to use old outlook the system…
Why does Outlook Web media-src CSP block all media not hosted with Microsoft
I'm having an issue with viewing videos added to an AdaptiveCard as a recipient on Outlook Web. The send works, the adaptive card comes through correctly with all the appropriate IDs, I can see the video, the thumbnail, and I can click "Play"…
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…
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…
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…