Hey Phil,
We faced a similar issue concerning private procedures and i can at least confirm, that calls like
'private procedure on specified sheet
Instance.Run(Instance.Sheets(wks_name).CodeName+"".""+MacroName)
'procedure on specified workbook
Inst...
Hey Manoj,
The consumer still needs to authenticate themselve with valid credentials (username/Password) and have the proper Access rights to the process / object / resource.
""The username and password must be valid for Blue Prism credentials for a ...
Hey Bart,
To get an idea on what might cause this, Marshal.GetLastWin32Error might help.
EDIT:
I assume sBuffer is an out Text item?
In your stage:
Dim iLasterr As Integer
Dim lHandle As Long
Dim lTextLength As Long
sBuffer = "" ""
sBuffer = sBuffer ...
Hey Gary,
I can't double check at the moment, but i believe i simply spied the treeview object in the window using Win32.
I'll look it up in the office tomorrow and verify.
BR
Markus