12-07-22 12:37 PM
I have a small problem with Microsoft Excel. I have an excel file in my process which I generate with SAP.
When the bot opens the file, our office environment requires me to select an excel file confidentiality level before I'm able to work with that excel file. Unfortunately spying that button and clicking the confidentially level is a little bit problematic and does not work every time.
Is it possible to set this confidentiality level with a visual basic code stage ?
Unfortunately I only have a german screenshot of the thing;
When I click the button I get a new pop up window:
And I have to pick a confidentiality level (open, internal and confidential). If I could set this with a code stage that would help me a lot since the window eleements of excel can somehow not always be spied properly.
12-07-22 02:25 PM
12-07-22 03:04 PM
12-07-22 07:09 PM
Set-AIPFileLabel -Path "C:\MySecretSquirrelSpreadsheet.xlsx" -LabelId "--YOUR LABEL ID--"
Cheers,13-07-22 05:25 AM