9,058 questions
1
vote
1
answer
589
views
Embedded image in Excel document displaying as #UNKOWN! when opened in GitHub Action from a Chocolatey install
Problem
I'm trying to automate taking a screenshot of a region of an Excel file that is installed with Chocolatey using GitHub Actions running on Windows. Everything is working as expected, except ...
0
votes
1
answer
73
views
Calculate correct overall summary revenue in DAX
I have a table of data which I need to create pivot reports from, each line of data is all set out as per example below:
The overall estimated revenue is where my problem is.
This is a figure for the ...
1
vote
0
answers
102
views
SPO "stuck" folders with ProgID Team.Channel
The issue
After a tenant migration from Teams to SharePoint, all data is accessible except for the folders that were previously private channels in Teams. These folders are now stuck and cannot be ...
0
votes
1
answer
35
views
can i get table cell text in Powerpoint add-in
I am working on an PowerPoint add-in using office.js api and I am using React+Typescript. I have a translation api and I translate text from selected shapes and it's working well but I want to ...
0
votes
1
answer
56
views
Why I can't see all the sites I'm owner of when I try to copy a list in sharepoint?
I'm an (invited) owner of a sharepoint site collection. I would like to copy a list from there to another site, because I need a lookup column. Apparently I can use a list for lookup only if that list ...
1
vote
1
answer
133
views
VBA error 2467 "Me" reserved word acts inconsistently after moving to Access 365
frm_Session has a WithEvents declaration, and handles the event ChangedUnitInSession as follows:
Private Sub changePublisher_ChangedUnitInSession()
Me.UsedTime = SessionUsedTime(getSessionTime)
...
0
votes
1
answer
135
views
Automate sorting list of dates by day instead of chronologically, microsoft excel
I work at a company who sends out birthday cards to our clients on their birthdays. Every month we grab all of the birthdays which happen during the oncoming month and place them into different excel ...
1
vote
0
answers
124
views
Custom Client-Specific Information in Outlook Add-In Manifest File: Reading and Storing Values During Side-Loading
We are working with Outlook add-ins and have encountered a situation where we need some guidance:
Here is a detailed explanation of the situation --
We have deployed/hosted our Outlook Add-In on a ...
2
votes
0
answers
77
views
How to make a nicer UX for trusting a signed Access frontend
My application consists of a Microsoft Access .accde frontend, plus a few associated resource files. These are copied to a folder on the user's desktop by an NSIS installer .exe. Both the .exe and the ...
1
vote
2
answers
158
views
PowerPivot to find specific text
I need to find specific text in a column in PowerPivot but the field is sometimes spelt incorrectly.
EG:
Data
Open/Closed
(Cloosed) Emp 1
Emp 2
(Account Closeeed) Emp 3
(CLOSED) Emp 4
(Closeed) Emp 5
...
0
votes
1
answer
72
views
Manage M365 Mailbox via .NET Console App with multi AD tenant fails to get remote PowerShell Session ID
I have a VM (Named DCVM-01) on Azure which is used a Domain Controller and have Active Directory
I have another VM (Named JBVM-01) on azure which is used to run IIS and is also having Exchange ...
1
vote
1
answer
331
views
Error running PowerShell commands from C# to enable remote mailbox in multitenant Active Directory setup
I have a multitenant Active Directory setup, and I connect to it remotely from a jumpbox server using PowerShell with the following script:
Relationship diagram
$cred = Get-Credential
$Session = New-...
-1
votes
1
answer
66
views
connect to network drive vba
I have a workbook that fails to open links from a share drive when a user first logs in as the shared drive shows as "disconnected" until you go to file explorer and open it manually.
After ...
-1
votes
1
answer
45
views
If cell contains specific multiple words then
I need a line of code that looks at the cell and if it contains a set of words then it does something else:
If Range("A1").Value = "*Tree*" or "*Plant*" or "*Grass*&...
1
vote
0
answers
44
views
I can't get a popup when I click on the custom action button I created with OneDrive & SharPoint FileHandler
I developed a file handler with custom action for my OneDrive and SharePoint environment. I followed the document below :
https://learn.microsoft.com/en-us/onedrive/developer/file-handlers/?view=odsp-...
0
votes
1
answer
125
views
Bitwarden helm chart issues
I am trying to setup bitwarden in kubernetes using the official provided helm chart https://bitwarden.com/help/self-host-with-helm/
Installation succeeds, and when I access the web it takes me to the ...
0
votes
0
answers
81
views
Update Microsoft Office list with data from another list with Power Automate
I'm having such a hard time figuring out how Microsoft Office Power Automate works with Lists.
I havs two lists: Contacts and Call Log.
I'd like to update one column "Lastest Call Date" in ...
1
vote
1
answer
1k
views
How to delete a custom connector in Copilot Studio?
I created a custom connector in Copilot Studio as a test. I would now like to delete the connector, however, the delete button is disabled (see screenshot). Does anyone know how to delete?
Link to ...
0
votes
0
answers
25
views
Warning: Cannot update a component (`Conversation`) while rendering a different component (`FileUpload`)
I can store file uploadFileIds in an array and send to conversation.jsx component sometimes I received this error:
Sometimes it's working accurately but sometimes it's send a warning
Hera is my both ...
0
votes
2
answers
1k
views
Is there a way to refresh Power BI snapshot inserted in a Power Point Presentation automatically?
I have a power point presentation that have some snapshots from Power Bi that I have to send weekly.
The thing is that I need to update all data snapshots (Basically, just changing some fields in ...
1
vote
0
answers
23
views
word formatting issue : underlines continues while typing, next to previously underlined word
I have underlined the word through my JS add-in code by updating the Ooxml value, and to identify that word I have used the bookmark, (added the underline inside the bookmark).
The issue I'm facing is ...
0
votes
1
answer
235
views
MIP label visibility issue
I am using C++ MIPSDK version 1.14.108 to read\write MIP labels on the documents. It using client credential grant flow to authenticate and uses client secret based authentication to fetch tokens (RMS ...
2
votes
1
answer
80
views
PowerPivot extract text after different characters
I need to extract text after different delimiters.
I have used this which works for the ones which do have "-" however the data is not all uniform and some have these as delimiters as well:
&...
0
votes
1
answer
2k
views
Office365 SMTP with oAuth "535 5.7.3 Authentication unsuccessful"
My application is supposed to send email via SMTP using smtp.office365.com. I want to use oAuth authentication but get the error
535 5.7.3 Authentication unsuccessful [MN2PR20CA0018.namprd20.prod....
0
votes
1
answer
111
views
Pac4j handling multiple IDP signing keys for SAML2.0
I noticed that the Identity Provider metadata url from a customer's o365 saml integration had multiple signing keys as compared to my other customers.
This customer with multiple signing keys is ...