I cannot use the shortcut 'ctrl+shift+v' in Office 2024
I cannot use the shortcut 'ctrl+shift+v' in Office 2024
How to point to a file in XML manifest whereby the file's name is always changing?
This is an excerpt of my manifest <Runtimes> <Runtime resid="WebViewRuntime.Url"> <Override type="javascript" resid="JSRuntime.Url"/> </Runtime> …
Assistance Required: WOPI Integration for Editing Word Documents
Dear Microsoft Support Team, I am currently working on POC to integrating WOPI into my web application to enable users to edit Word documents stored on a server drive using Office Online. Below is an overview of my use case, implementation details, and…
Error when Verifying Phone Number for E5 Tenant
I am trying to activate my E5 Tenant, but when I add my Swedish mobile number to receive the code for verification, I get the error message: We can't continue with the signup process for the following reason: Your phone number did not pass security…
Unable to connect to shared enterprise mailbox with python
I'm trying to read and write in a shared mailbox using python code. I'm getting this error after running the code, it opens a page with the error: AADSTS65002: Consent between first party application xxx and first party resource xxx must be configured…
How can I get screentips or equivalent on shapes in excel 365
Help please In 2023 I wrote a genealogy spreadsheet with macro buttons on the sheets. I added an icon for each button with a screentip describing the button's function. The screentips worked 2 years ago but some update on 365 has disabled them despite…
Unable to Complete Microsoft Developer Program Signup - Internal Server Error (Code: 50001)
Hi Microsoft Support, I am encountering an issue while trying to sign up for the Microsoft Developer Program for Office 365. Upon clicking the "Send code" button on the phone verification page, I receive the following error message: "We…
Need information on Microsoft Message Trace GCC Support to request OAuth Token
I'm exploring MessageTrace report API: https://reports.office365.com/ecp/reportingwebservice/reporting.svc/MessageTrace, I can see that, to generate OAuth Token I need to make a GET call to: https://login.windows.net/<tenant-id>/oauth2/token . Does…
PowerBI masked phone numbers
Hi everyone, I am working on a Power BI dashboard where phone numbers are displayed in a masked format (e.g., +656019****). However, our partnership team needs to see the full phone numbers so they can follow up on missed calls. Currently, Power BI is…
Office Scripts : Chart Data Labels "Values From Cells
I am trying to create an Automate Script in Excel that will generate and format chart. I am getting close, but I can't figure out how to set Data Label values. I want the same functionality as the Format Data Label/Label Options/Vale From Cells as…
CopyFromRecordset Automation Error
ExcelSheetPopulate.txtI had been running Office 2016 MSO (16.0.12624.20278) 32-bit for several years. I've been using the attached code in MS Access for the past 5 years without any issue. Suddenly, getting Error 430, 'Class does not support Automation…

How to Use Wix / vsto Addin load dlls from install folder instead of appdata
I have created an Outlook VSTO COM addin. Used Wix to generte MSI for Distribution , but the dll always gets loaded from the adddata/local/assembly. i am trying to make them get loaded from the installation folder . this is my wix components.wxs :…
When will the Office.js getImageAsBase64 preview/Beta become a prod feature?
getImageAsBase64 and getSlideAsBase64 have been in beta since early 2024. When can we expect this feature to be included in a production build of office.js. It has been working flawlessly in the product we are building, but no updates on the release…
Users har having issues with rolling out outlook add-ins, after installing it simply never appears on the users PC
Attempted rollout of add-in however even after a week it never appeared on the users computers. this also seems to be an issue if manually installing on the PC
Can I fetch data from http servers ?
Hello, I'm trying to build an add-in for my company's CRM. When I open an email, I want to fetch the user's data and display it. My server gets the point correctly and returns data, but it seems like Outlook is blocking it. It's really painful to work on…
How to drop attachment from new Outlook to my app (process IDataObject)
I have an application that allows Drop of attachments in NEW Outlook email. How do I process the contents in IDataObject, {"itemType":"attachment", "attachmentFile": …
What is the proper approach to handling MSAL authentication in an Outlook Add-in on Android?
Hello, I am developing an Outlook Add-in that requires MSAL authentication. The Add-in is a React app created with the Yeoman generator, and I am using the msal-react library for authentication. To authenticate users, I use the loginPopup method of an…
Issue reactivating M365 Developer Program account
My M365 developer Program subscription expired on Dec 30, 2023 and all users and data were deleted on Feb 28, 2024. I am trying to reactive my subscription and still seeing the expired subscription. I tried deleting my profile but still get shown same…
Error 1004 Paste method of worksheet class failed
I recieved this error massage 1004 Paste mothod of worksheet class failed. How can I fix this?

How to integrate Office Script (M365) with TSYS Banking System
Currently VBScript is used to capture the TSYS Bankcard network screen data. The requirement is to use Office Script. Is it possible ?