9,129 questions
0
votes
0
answers
21
views
Retain Class Variable between Macro Calls in Visio VBA
I have a Visio template with VBA macros.
I have an event Document_DocumentOpened which runs every time the document is opened. It scans the shapes in the document. In the document are 3 custom ...
1
vote
1
answer
24
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
49
views
Microsoft graph api create group for contacts
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.
...
-2
votes
0
answers
28
views
App Password Option Missing for Specific User in Office 365 – How to Enable? [closed]
We are using Office 365 with modern authentication and 2FA enabled. I need to access emails from one specific inbox using IMAP or POP3 in a backend cron job, and for that, I understand an App Password ...
0
votes
1
answer
60
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
41
views
How to get the screen coordinates of a Microsoft.Office.Interop.Word.Range
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....
0
votes
1
answer
32
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)...
-1
votes
0
answers
18
views
Can we customize the Activities of "Generative" Copilot similar to "Classic" Copilot that is connected to SharePoint Online
Recently i noted that we have 2 options for Copilot agents inside Copilot studio, "Classic" & "Generative":-
Now I realized that all the agents i have been using are classic. ...
0
votes
0
answers
26
views
How can I see if Microsoft Excel 16.0 Object Library is "installed" [duplicate]
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 ...
0
votes
1
answer
83
views
DynamicLoader It is not defined
I have a problem with running an .xlsm file with vba on autostart and powerquery, in some pcs w11 and w10, when I start the file returns the message "Dynamic Loader non è definito " the file,...
0
votes
0
answers
7
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
26
views
Issues with personal Microsoft Sharepoint upload from Python
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 ...
0
votes
1
answer
75
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 ...
-1
votes
1
answer
73
views
Outlook Automation from Access 'exhausting resources' [closed]
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 ...
0
votes
1
answer
36
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 ...