9,054 questions
0
votes
2
answers
73
views
Incorrect currency being displayed using Stock Data Type
The inbuilt stock data type in Excel is not correctly displaying the price of the stock. The issue is with stocks on the LSE as they are reported in pence and not dollars, Excel is reporting it as ...
2
votes
1
answer
69
views
How can I reliably detect when a message is moved between folders in a shared mailbox using Microsoft Graph?
I’m building a workflow on top of a shared mailbox where each email acts as a ticket, and its folder represents its current state (New, In Progress, Waiting, Closed, etc.). To make this work, I need a ...
0
votes
0
answers
69
views
Outlook Office addin onMessageSendHandler on Mac and Web
I'm currently struggeling to get my onMessageSendHandler to work on Outlook Web and Mac. When the user sends a message, I want the user to have the option to open taskpane instead of sending the mail. ...
-1
votes
1
answer
72
views
Call SharePoint Api using Power Automate "Http" by passing App registration clientID/Secret
I have created an Azure App registration, and granted it permissions to manage SharePoint sites. then i want to query the SharePoint sites' users, using SharePoint API, here the first request to get ...
0
votes
0
answers
67
views
Using Sharepoint Rest API _api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#') ..Error Bad Request
I have this REST API call to SharePoint online, to check if a folder already exists in a document library :
GET _api/web/GetFolderByServerRelativeUrl('Shared Documents/test test/test#')
I am getting ...
0
votes
1
answer
115
views
Microsoft 365 Access VBA DoCmd.TransferText Error
I am running Office 365 on a Windows 11 machine.
I created an Access database that loads tables from csv files, runs two queries and creates a CSV formatted report file through the use of modules, ...
0
votes
0
answers
55
views
Unable to get webLink for Microsoft 365 Group messages using Microsoft Graph
If a user is added to a Microsoft 365 group, they receive new mails in their inbox,
but previous mails remain inside the group mailbox (visible in Outlook under Groups).
I want to search a work order ...
0
votes
0
answers
49
views
Sharepoint look up column returning blank
So I have three lists in a Sharepoint. User list, Customer tracker and Engagement list. I have made a look up column in engagements that looks up to or from customer tracker list, name column to be ...
0
votes
0
answers
74
views
How to get text from all selected cells in a table?
I'm working on a Word add-in using the Office JS API and am building a converter that changes the selected text into a different format.
I’m not encountering any issues when the selection is a ...
1
vote
1
answer
65
views
Office 365 PowerPoint add-in not showing up online, but works on desktop [closed]
We built Office Add-Ins for Outlook, Word and PowerPoint. They mostly look and work OK on the desktop and online. We load them via Admin Portal => "Integrated apps". This works for ...
1
vote
1
answer
161
views
"Insert Python" in Excel's Formula section, to read another Excel file
In Excel's Formula section, when using "Insert Python", I want to read another Excel file as data frame.
However as screenshot below, it seems wrong with the file path. I've try double ...
0
votes
0
answers
32
views
Service Worker is terminated immediately after event.completed, so final network call never runs (Classic Outlook Win32 & New Outlook for Mac)
Summary
I have an Outlook on-send add-in that modifies the current message and then calls event.completed({ allowEvent: true }). Right before completing, I post a final message to a Service Worker so ...
2
votes
1
answer
164
views
Download ICS from outlook.com using HttpClient
Does anyone see what I'm doing wrong? Why can't I download a calendar file from outlook.com using HttpClient?
Whatever I try, Outlook will throw a http 302 error and redirect to an OWA error page ...
-3
votes
1
answer
97
views
Totally close an Excel file [duplicate]
I am running Office 365 on both Windows 11. I am trying to totally close an Excel program from VBA. I tried Workbooks.Close and also ActiveWindow.Close in both instances I still have an Excel ...
0
votes
0
answers
159
views
Outlook Add-in Sideloading fails with AADSTS500200 on Personal Account & NoMailboxAndNoLicenseAssignedError on Org Account
Hello Stack Overflow Community,
I am developing an Outlook Add-in using the official Yeoman generator (yo office) with React and TypeScript. I am currently blocked during the development and testing ...