Partner displayed suggested prompts in M365 Chat
Can a partner (with a plug-in) suggest their Prompts in M365 Chat? This would help users to adopt M365 Chat and also the partner use cases. Instead of Draft an FAQ, Find open issues, the partner plug-in prompts display instead.
I want to be able to click on an acronyn cell and it then hightlights the cost centres attached to that acronyn
We have a list of teams with several cost centres attached to each team. I want to be able to click on a team and when I do, I want it to highlight the predetermined cells of the cost centres attached to that team. I have two lists - 1 list a cost…
Issue: Microsoft PowerPoint API returns empty placeholder text after update [2409]
I’m using the Microsoft PowerPoint JavaScript API to generate slides from slide master, where the shapes are created within layouts using GeometricShape. A placeholder text is assigned to each shape to help identify them, so they can later be populated…
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…
Workbook.refreshAllDataConnections() is not supported in Power Automate.
Dear all, I have an excel sheet with an active connection which I am able to refresh to get the newest data. Now I've got another PowerAutomate Flow which is working fine with a script inside this Sheet to send me via Teams numbers which I want to be…
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?
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.
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…
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…
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…