9,058 questions
-3
votes
0
answers
35
views
MS Excel Web Add-in - Rollout via MS 365 Admin Center
We have developed a ReactJS based Excel Web Add-in, which we are rolling out using the Microsoft 365 Admin Center. The steps that have worked for our Admin Center, as per our IT department (Office 365 ...
0
votes
1
answer
32
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. ...
0
votes
0
answers
57
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
0
answers
46
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
63
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 ...
0
votes
0
answers
27
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 ...
-3
votes
1
answer
93
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 ...
-1
votes
4
answers
173
views
Excel - Sorting textual versions using dynamic arrays
I need to sort versions of software, and like you can see in this picture, the source is in 6 colomns (it can change), stored in a dynamic array.
I need only one colomn with the higher versions in ...
0
votes
1
answer
117
views
Excel VBA code "Application.OnTime" skips seconds
I have a timer within Excel VBA code which did run smooth untill 6 weeks ago. Please see the code below. I use this timer in a workbook. I use 2 identical copies of this workbook (with different names)...
1
vote
1
answer
124
views
Unable to Export Power Automate Flow as Zip File
I have created a Power Automate Flow to send an Email when an item has been created in the SharePoint list. The flow is working as expected.
Now, I need to implement the same flow to another tenant. ...
1
vote
1
answer
95
views
Using Python / MSGraph to list a Office365 Email Conversation
We have a shared Office365 mailbox and I’m trying to write some Python code using MSGraph to identify emails which have been responded to.
In Outlook, if you attempt to reply to a message that has ...
1
vote
0
answers
93
views
Office365 SMTP with OAuth2, error "STARTTLS required but not supported"
We are trying to make SMTP work with oauth2 for office365 mailboxes on our java client. TLS version is 1.2.
We are able to get a token using the following parameters:
URL url = new URL("https://...
0
votes
1
answer
141
views
Actionable Messages not working on mobile
I am trying to create an informative email for users with multiple collapsible sections that would work primarily with Outlook. I figured the best way to achieve this would be to create an Actionable ...
1
vote
1
answer
46
views
Trying to unprotect a worksheet, add a row 2 rows down and then re-protect the worksheet
I am trying to unprotect a worksheet, check that the selected cell is in Column C and has one of 3 strings (People's names) and then add a row two rows down and then reprotect the worksheet. I am ...
1
vote
1
answer
92
views
CUBEVALUE and CUBERANKEDMEMBER not retrieving data from model when used as part of dynamic array
I have a number of dashboard-type workbooks which contain charts and summary tables which - in theory - are supposed to update when new data is introduced to the Data Model or when a user filters the ...
0
votes
1
answer
335
views
Error when trying to remove members of groups:- Cannot Update a mail-enabled security groups and or distribution list
I have a list of Groups IDs, which include; Security Groups, Mail-Enabled Security group, Distribution lists, Office 365 groups.
now i have a user email and the user ID. and i want to remove the user ...
0
votes
1
answer
132
views
Get Manager V2 is raising this error:- "Action 'Get_manager_ (V2)_2' failed"
I have a Get Manager V2 action inside a flow that get called from Power Apps, but it is raising this error:-
InvalidTemplate. Unable to process template language expressions in
action 'Get_manager_(V2)...
0
votes
0
answers
26
views
Manifest file to create a button on the ribbon in Outlook
I am very new to any form of coding, and I am trying to generate a manifest file so that I can deploy a button to our organization to add a button to their ribbon in Outlook.
The function is simple, I ...
0
votes
1
answer
194
views
outlook version 1.2025.328.300 causes OLE error running on code that quite happily runs against previous version
We have a powerbuilder application that runs OLE automation on outlook with
li_rc = lole_outlook.ConnectToNewObject("outlook.application")
This code works fine with previous versions of ...
0
votes
1
answer
56
views
getting templates from Microsoft 365 admin center with ps
I'm trying to write a script that gets the predefined templates that I've created in Microsoft 365 admin center.
The problem is that I'm getting users list as templates, and not the templates.
Is ...
0
votes
1
answer
82
views
Trying to fix an 3rd party application calendar access issue for an M365 user
To begin, I have limited knowledge regarding the Microsoft Graph and permissions associated with various applications. Please bear with me as I attempt to outline the situation and identify potential ...
0
votes
1
answer
46
views
Limit/Block access to all SharePoint sites except one based on device enrollement in Entra
My company wants to roll out the Viva Connections home site to users with personal devices. We have the home site set up in Teams are able to use MAM policies on personal devices to get Teams in ...
0
votes
0
answers
42
views
Why is there a gamma symbol missing in the formula displayed when I use this latex code in word?
Why is there a gamma symbol missing in the formula displayed when I use this latex code in word? I have tried to display the gamma symbol alone, but the gamma symbol cannot be displayed in this ...
0
votes
1
answer
173
views
In Excel, how can I make a live connection to a table that is in another sheet?
Let say I have two sheets, one Database and another one NewSheet. I want to have a reference to the database so I can put some filters to the columns and be able to search for certain words or phrases ...
0
votes
0
answers
26
views
Set-MgUserLicense cmdlet returns 'One or more parameters of the operation 'assignLicense' are missing from the request payload' in a script [duplicate]
I've been having real problems with Powershell's Set-MgUserLicense cmdlet running in elevated PSv7.
The intent of the script is to set M365 E3 licenses for new hires. I've been able to get the ...