How can I change this codestage for GetWorksheet to only get visibly values?
To read only visible data how would this codestage look like?
Dim ws as Object = _
GetWorksheet(handle, workbookname, worksheetname, False)
' Do we have a sheet?
she...
Hi,
Can the template Get Worksheet As Collection be altered so it only gets visible data?
Dim ws as Object = _
GetWorksheet(handle, workbookname, worksheetname, False)
' Do we have a sheet?
sheetexists = ws IsNot Nothing
' No sheet? No entry....
Hello!I've succesfullt been able to retrieve emails from folders&subfolders and also shared mailboxes but I'm having issues reading from a Public Folder
Does anyone have any examples of succesfully reading from one?------------------------------Atli...
Hey, I'm using write binary to get file into blue prism, how can I write out the binary data to text data item?I'm shooting a http message and I need to have the binary file as my body so it's[{File Contents "[BinaryData here]"}]I need it as text, an...
I would say this is a very important process to implement. My team had dozens of Pending restart sessions troubling our nightruns. But this has solved it.
Is there any way this could pickup on "Warning" like it finds Pending?
Dim sortInfo As New Se...
Thanks Eric, solved the UTF-8
Had to change UTF-8 to 65001, now also trying to solve the ";" delimiter :)
Using cn As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Folder & ";Extended Properties=""Text;HDR=" & HDRString & ";...
Hi Eric, this is really promising!
Is there any way for me to change the encoding options? It doesn't really like my CSV files because of special characters.
Hálsaþing 4;203;1116498;1000;Kópavogsbær;18.04.2011 00:00;02.05.2011 09:18;48000;44450;20...
Hi Eric, just wanted to thank you for this. Got me out of a troubleshooting loop I've been in the last week.------------------------------Atli Harðarson------------------------------
Hi Eric,
I've had this hanging popup interrupting my process for over a year now, what you mention is changing it to look for dialogs that have "Microsoft VIsual Basic" in title bar is just what I need. But how can I edit the code to also wait for t...