Questions tagged [microsoft365]

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

Microsoft 365 includes the full Office suite of Microsoft Office 365 apps plus Microsoft Teams collaboration software for home, business & enterprise.

217 questions
5
votes
2 answers

When multiple instances of Excel are open, how to set instance of Excel a manually-opened file is opened in?

Background: I have a file, AppLauncher.xlsm, that opens App.xlsm in a new instance of Excel, then closes itself. App.xlsm sets Application.Visible = False, then shows a UserForm. This gives the appearance that the UserForm is its own application,…
Strithken
  • 66
  • 5
5
votes
1 answer

How to use Microsoft MIP SDK from Python?

I'm building an app that automatically labels Office files on Windows computers. To apply my sensitivity labels to documents programmatically, Microsoft tells me to use its MIP SDK. But the SDK is in C++, with some convoluted async Observer…
4
votes
4 answers

How to make lambda function working on excel365?

I'm using excel 365, Can someone please explain why this function is not working as expected? I don't know what is the reason behind? Below is a screenshot of an excel simulation in Google Sheets, which produces the expected result:
Yen Dang
  • 268
  • 2
  • 9
4
votes
1 answer

Disable welcome email for a new Microsoft 365 group immediately

After creating a new Microsoft 365 group and disabling the welcome email for its members with powershell: Set-UnifiedGroup $group_name -UnifiedGroupWelcomeMessageEnabled:$false I added members to this group and they still got the welcome email. This…
Santosh Ghimire
  • 3,087
  • 8
  • 35
  • 63
3
votes
1 answer

How to find the ID of a shared or group calendar to use with MS Graph API?

I've been googling for 30 minutes and can't believe I can't find this. I'd honestly like a nonprogrammatic solution. I'm working with Graph API and attempting to list the events of a group calendar. The docs say to use the endpoint…
user736893
3
votes
0 answers

Microsoft Identity Platform: AADSTS700082 error

We're developing an application that uses Microsoft Identity Platform with OAuth 2.0 authorization code flow to authorize our customers. We are storing both access and refresh token to make a request later. As stated in Refresh the access token…
semptra
  • 740
  • 1
  • 6
  • 10
3
votes
2 answers

Embedded SharePoint Online Excel file doesn't display horizontal scrollbar

Desired Behaviour Embed an Excel document that is hosted on SharePoint online into an HTML page. Actual Behaviour The embed loads, however there is no horizontal scrollbar. The only way to get to the data to the right of the view port is to click on…
user1063287
  • 10,265
  • 25
  • 122
  • 218
3
votes
1 answer

Using Microsoft (Office) 365 tools in Visual Basic 6.0

I'm developing an application written in Visual Basic 6.0 that supports exporting listViews to Microsoft Excel documents. Everything works perfectly fine if a user has an older version of Microsoft Office installed. Now I want to add support for…
medbičizz
  • 71
  • 1
  • 5
2
votes
0 answers

Intellisense not working in Power Query for Excel

In Power Query for Excel, Intellisense does not work for me in any of the places where it should (Advanced Editor, Formula Bar, Add custom column dialog). It was properly selected in Query Options: This is a new computer with fresh installs of…
Ron Rosenfeld
  • 53,870
  • 7
  • 28
  • 60
2
votes
1 answer

Microsoft365R get_business_outlook: "Forbidden (HTTP 403). Failed to complete operation. Message: Insufficient privileges to complete the operation."

I am trying to access a shared mailbox that I have read/write permissions for through my business outlook account, using Microsoft365R's get_business_outlook function. library(Microsoft365R) tenant_id <- "example_tenant_id" email <-…
2
votes
1 answer

odoo login microsoft 365 failed

we are facing some major probelems with odoo v13 and importing mails from microsoft365/outlook. We setup our ticket system to import e-mails and create tickets from these e-mails which works fine until today. Now odoo can't login to the e-mail…
Paul
  • 53
  • 3
2
votes
1 answer

Invalid login: 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant

Invalid login: 535 5.7.139 Authentication unsuccessful, SmtpClientAuthentication is disabled for the Tenant. Visit https://aka.ms/smtp_auth_disabled for more information. [BL0PR1501CA0024.namprd15.prod.outlook.com]
Usama
  • 21
  • 1
  • 2
2
votes
2 answers

Excel 365 Formulas - How to save LAMBDA function permanently (for all existing and new files)?

I would like a global solution every time I start Excel365 with my key add-in also firing up. I defined several LAMBDA custom functions, saved them in my add-in, and I would like to make them available globally - not just only for the current…
RWB
  • 107
  • 8
2
votes
1 answer

Unable to connect and get Sharepoint data from C# .Net Core App

While using pnp.Framework in .Net 6 environment. I need authenticated client context to get Sharepoint Data but facing 403forbidden while running context.ExecuteQuery(). I want to use the clientId and clientSecret mode of authentication for getting…
2
votes
0 answers

Receiving 'Value cannot be null' error on Parameter: source while trying to change a users profile picture in PowerShell

I'm trying to change a user's profile picture using PowerShell and I'm receiving the following error: Error on proxy command 'Set-UserPhoto…
1
2 3
14 15