Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
65 views

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 ...
Agetto's user avatar
  • 1
2 votes
1 answer
65 views

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 ...
JAIMIN VAKHARE's user avatar
0 votes
0 answers
65 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
-1 votes
1 answer
65 views

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 ...
John John's user avatar
  • 7,371
0 votes
0 answers
67 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,371
0 votes
1 answer
113 views

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, ...
TomJ's user avatar
  • 11
0 votes
0 answers
55 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
49 views

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 ...
Kama's user avatar
  • 11
0 votes
0 answers
72 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
1 vote
1 answer
57 views

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 ...
Remy's user avatar
  • 12.8k
1 vote
1 answer
161 views

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 ...
Mark K's user avatar
  • 9,506
0 votes
0 answers
32 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
2 votes
1 answer
164 views

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 ...
steb's user avatar
  • 662
-3 votes
1 answer
97 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
0 votes
0 answers
153 views

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 ...
Aaron's user avatar
  • 1
-1 votes
4 answers
177 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
1 vote
1 answer
120 views

I tried to filter a table using a list. Using Office 365 dynamics array like A1#. Like a picture sometime is more simple than a long explanation, here my problem : It look simple, but, i'm stuck. I ...
MonkeyJLuffy's user avatar
0 votes
1 answer
126 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
2 votes
0 answers
143 views

I want to upload a file to my SharePoint site using Python. And the Office365-REST-Python-Client module is apparently the way to go. The code I am using is as follows: def ...
Bart Friederichs's user avatar
1 vote
1 answer
150 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
0 votes
0 answers
48 views

As our software has to support office365 I'm trying the mailkit example to connect to our office365 mailboxes. However, by using OAuth2, it still keeps ending up in a "SmtpClientAuthentication is ...
John Schellingerhout's user avatar
1 vote
1 answer
108 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
0 votes
0 answers
35 views

I'm trying to create a Booking Business (Conference Room) in Microsoft Booking using the Graph REST API endpoint. I receive a "Bad Gateway" when I send the below. If I send a GET request, ...
Andrew Pearson's user avatar
1 vote
0 answers
110 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
72 views

I'm trying to create a Powershell script to iterate over files on a NAS to create custom properties on files fulfilling certain criteria. The bulk of the script is fine and working as expected. I came ...
batman1975's user avatar
0 votes
1 answer
161 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
0 votes
1 answer
242 views

I want to write a power shell script to remove the user from all the groups the user is added to as a Member or as Owner , including those :- 1- Distribution list 2- Security Group 3- Mail-Enabled ...
microsoftdeveloperdesigner's user avatar
1 vote
1 answer
53 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
0 votes
1 answer
105 views

So I've been creating an application using C# and I can make changes to my Microsoft 365 Tenant using both the Azure.Identity and Microsoft.Graph namespaces and so far it's been working great with ...
kha's user avatar
  • 3
1 vote
1 answer
106 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
2 answers
92 views

I need to create an o365 group for internal members and contacts using the graph api. I tried and did not work: Distribution lists and security groups allow contacts but graph api can't create DL. ...
userav's user avatar
  • 19
0 votes
1 answer
394 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
63 views

How do I convert a given Range's coordinates to Screen coordinates for another window to show? Microsoft.Office.Interop.Word.Range targetRange = window.Selection.Range; timeForm.Location = new System....
user30292512's user avatar
0 votes
1 answer
142 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
29 views

I have clicked the checkbox next to it, and then ok... but how do I know I now have this library available? I have office 365. i had a look at this post: How to open an Excel file in C#? but get ...
Charles Cat's user avatar
0 votes
0 answers
31 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
61 views

I am trying to use a Python script to upload a CSV file to a SharePoint personal directory, with a URL like: https://{tenant}-my.sharepoint.com/personal/{user}_{tenant}_com/Documents/{path} I have ...
OJT's user avatar
  • 909
0 votes
1 answer
213 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
-1 votes
1 answer
96 views

I have a MS Access application that sends email via outlook automation using vba code found here: Create an email with Outlook-Automation. I am using the code almost entirely unaltered under the ...
riley3131's user avatar
  • 286
0 votes
1 answer
61 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
150 views

Is it possible to create an event with Graph APIs without sending the calendar invitation to the attendees? I am using this create event endpoint, but I cannot prevent the invitation from being sent ...
Rafa Ayadi's user avatar
0 votes
1 answer
90 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
0 answers
58 views

I am working on a word add-in project for Office JS. I have been trying to implement the specific word highlight using my tool. So when a user selects any word from my tool it will get selected on the ...
Shivam Sahni's user avatar
0 votes
1 answer
60 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
90 views

I have the following python code in my Matillion PythonScript component: from office365.sharepoint.client_context import ClientContext from office365.runtime.auth.authentication_context import ...
David Makovoz's user avatar
0 votes
0 answers
47 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
0 answers
77 views

I have a problem with Microsoft Word on the web app. I used to be able to export my files to PDF and download them. However, now I can't do it. This problem has been going on for 3 days. I can still ...
ArtaHendraa's user avatar
0 votes
1 answer
206 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
99 views

I'm new to Power Automate and trying to transfer form responses to a Google Sheet. I've set up the workflow, but when a respondent submits a form, only the response ID appears in the sheet. How can I ...
SuperJiga's user avatar
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