Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
35 views

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 ...
user734119's user avatar
0 votes
1 answer
32 views

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. ...
RobinSta's user avatar
0 votes
0 answers
57 views

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 ...
John John's user avatar
  • 7,367
0 votes
0 answers
46 views

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 ...
Lucky Ali's user avatar
0 votes
0 answers
63 views

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 ...
Hasnat Mahbub's user avatar
0 votes
0 answers
27 views

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 ...
Cédric Boivin's user avatar
-3 votes
1 answer
93 views

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 ...
user31226707's user avatar
-1 votes
4 answers
173 views

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 ...
MonkeyJLuffy's user avatar
0 votes
1 answer
117 views

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)...
user2165379's user avatar
1 vote
1 answer
124 views

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. ...
Bhoomesh Joshi's user avatar
1 vote
1 answer
95 views

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 ...
PythonNewbie's user avatar
1 vote
0 answers
93 views

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://...
ExecutionSommaire's user avatar
0 votes
1 answer
141 views

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 ...
Vojta Vokoun's user avatar
1 vote
1 answer
46 views

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 ...
Brooke Learns To Code's user avatar
1 vote
1 answer
92 views

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 ...
David Rathbone's user avatar
0 votes
1 answer
335 views

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 ...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
132 views

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)...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
26 views

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 ...
user30213945's user avatar
0 votes
1 answer
194 views

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 ...
kevin rowe's user avatar
0 votes
1 answer
56 views

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 ...
Barak Zelnik's user avatar
0 votes
1 answer
82 views

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 ...
user30122290's user avatar
0 votes
1 answer
46 views

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 ...
Pizza_Potamus's user avatar
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? I have tried to display the gamma symbol alone, but the gamma symbol cannot be displayed in this ...
彭子豪's user avatar
0 votes
1 answer
173 views

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 ...
Noobie's user avatar
  • 65
0 votes
0 answers
26 views

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 ...
JoeB's user avatar
  • 1

1
2 3 4 5
182