Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
589 views

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 ...
Chad Birch's user avatar
0 votes
1 answer
73 views

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 ...
ajr45's user avatar
  • 129
1 vote
0 answers
102 views

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 ...
dvb's user avatar
  • 11
0 votes
1 answer
35 views

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

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 ...
Istvan Kokuti's user avatar
1 vote
1 answer
133 views

frm_Session has a WithEvents declaration, and handles the event ChangedUnitInSession as follows: Private Sub changePublisher_ChangedUnitInSession() Me.UsedTime = SessionUsedTime(getSessionTime) ...
Kevin's user avatar
  • 11
0 votes
1 answer
135 views

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 ...
0115cg's user avatar
  • 1
1 vote
0 answers
124 views

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 ...
Suraj Sinha's user avatar
2 votes
0 answers
77 views

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 ...
Hugh W's user avatar
  • 1,362
1 vote
2 answers
158 views

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 ...
ajr45's user avatar
  • 129
0 votes
1 answer
72 views

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 ...
HaBo's user avatar
  • 14.4k
1 vote
1 answer
331 views

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-...
user26808188's user avatar
-1 votes
1 answer
66 views

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 ...
ajr45's user avatar
  • 129
-1 votes
1 answer
45 views

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*&...
ajr45's user avatar
  • 129
1 vote
0 answers
44 views

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-...
Thorux's user avatar
  • 225
0 votes
1 answer
125 views

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 ...
mohab's user avatar
  • 76
0 votes
0 answers
81 views

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 ...
grc's user avatar
  • 324
1 vote
1 answer
1k views

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 ...
PatrickNolan's user avatar
  • 1,999
0 votes
0 answers
25 views

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 ...
Waqas Ahmed's user avatar
0 votes
2 answers
1k views

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 ...
Personal System's user avatar
1 vote
0 answers
23 views

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 ...
Soham Nale's user avatar
0 votes
1 answer
235 views

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 ...
Bishnu's user avatar
  • 73
2 votes
1 answer
80 views

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: &...
ajr45's user avatar
  • 129
0 votes
1 answer
2k views

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....
O.T.Vinta's user avatar
  • 217
0 votes
1 answer
111 views

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 ...
Baama's user avatar
  • 2,650