How to Enable or Disable Legacy Exchange Tokens in a Tenant
I am trying to disable the legacy Exchange access token in my tenant as part of migrating my add-in to MS Graph. I want to ensure nothing is left using this technology. According to the dev blog post: Updates on Deprecating Legacy Exchange Online Tokens…
I want to add landscape page in between other pages
How to add a landscape page in Office js Word API. Option is not available in office js 1.1 version for now. Please provide any solution to add landscape page functionally on button click.
How to clear Run-time error '1004'
Received Run-time error '1004' when using macro. I'm not familiar with this macro. I believe it needs to have atleast 2 rows selected. Selection.Offset (1,0). Select is highlighted.
How to make Different First Page Header ?
In office js Word API I want an option of first page header as an property. So that it can be acheived through functionality and not manually.
Macro needed to insert 4 rows in table, copy data from above, copy data from another sheet and paste special (transpose values) to those new rows...repeat till table complete
Hey smart people! I'm a novice at macros and have found myself in a little too deep to handle this task with a macro and don't know VBA language to get this done. I have a spreadsheet with multiple sheets. My macro needs to: Select the main sheet. …
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…
How to handle "File is currently used by another process" error when trying to add a footer to an open Word document using FileSystemWatcher in C#?
I have developed a C# script that monitors newly created files with specific extensions (such as .pdf, .docx, and .xlsx) using FileSystemWatcher. When a new file is detected, I want to trigger a dialog that allows the user to classify the file and add a…
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…
Troubleshooting Phone Number Association with Microsoft 365 Developer Account
Hello together, When I try to set up an instant sandbox for Microsoft 365 as part of Microsoft 365 Dev Program (https://developer.microsoft.com/en-us/microsoft-365/profile), I am getting the following error: We can't continue with the signup process for…
when will this function 'getImageAsBase64(options)' be available for use in production?
When will the getImageAsBase64(options) function be available for use in the production environment? It is currently still in beta/preview. Is there an estimated timeline for its release?
How to include hidden slides while sending the whole document from powerPoint addIn?
I want to get the whole document (powerPoint) from the add-in while I am following this link/ documentation: https://learn.microsoft.com/en-us/office/dev/add-ins/develop/get-the-whole-document-from-an-add-in-for-powerpoint-or-word?tabs=powerpoint I am…
Is custom tab in word document is supported?
I'm trying to add a custom tab in word document (version 16.63.1 )as below (Content of manifest file). But i do not see the new tab. Is there any mistake in this code? <ExtensionPoint xsi:type="ContosoRibbonTab"> …
Integrating Microsoft Outlook XOAuth2 Authentication with Python 3 Standard Library
I'm integrating Outlook mailing into a product but facing challenges with the transition from Basic authentication to XOAuth2. I've successfully implemented Gmail, Yandex, and some custom mail providers. However, I need a working sample for setting up…
Fetchmail demon under Linux/Debian unable to authenticate with hotmail account. Authentication failed.
Good morning. Since several years I fetch a copy of all of my hotmail messages (*** Email address is removed for privacy ***) using a debian server with fetchmail demon. About two months ago, I started getting these error messages: *Fetchmail could not…
Synchronizing Data in Multi-User Excel Sessions with Autosave
This involves synchronization using OneDrive and using Excel (for Web and for Desktop). We maintain an add-in which has a moderate amount of state besides what is visible in the Excel sheets. We currently use mechanics such as CustomXmlParts, and are…
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.
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…
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.