Search found 19 matches

by DreamTheater
Wed Dec 18, 2019 4:47 am
Forum: General Discussion
Topic: Best way to avoid an error if an Internet Explorer Element is not found
Replies: 3
Views: 5596

Re: Best way to avoid an error if an Internet Explorer Element is not found

I use the following in some of my scripts: //Login loop Let>PageReadyCounter=0 Label>CheckPageReady Let>IGNOREERRORS=1 IEGetTagsByAttrib>{"https://URL"},A,innertext=Log in,T,PageReadyRes Let>IGNOREERRORS=0 IfNot>PageReadyRes_1={"Log in"} Wait>0.5 Let>PageReadyCounter=PageReadyCounter+1 If>PageReadyC...
by DreamTheater
Wed Dec 18, 2019 4:31 am
Forum: Technical / Scripting
Topic: Complex Expression Length() issue?
Replies: 9
Views: 4622

Complex Expression Length() issue?

G'day, I may have found a bug with how the Length() function within complex expressions works. In this case I'm extracting a phone number from an Array (created by CSVFileToArray) which may be either 9 or 10 digits. The value should always be 10 digits (Australian mobile number starting with 04) how...
by DreamTheater
Thu Oct 24, 2019 12:48 am
Forum: Technical / Scripting
Topic: Problem with XLOpen & XLGet with SharePoint?
Replies: 2
Views: 2001

Re: Problem with XLOpen & XLGet with SharePoint?

Me too, I thought I'd give it a go while testing and it worked!

I'm currently running the older version still and will look at that sort of workaround on the new version.

Thanks for the update
by DreamTheater
Mon Oct 14, 2019 6:46 am
Forum: Technical / Scripting
Topic: Problem with XLOpen & XLGet with SharePoint?
Replies: 2
Views: 2001

Problem with XLOpen & XLGet with SharePoint?

Hi there, I've been using Macro Scheduler for the last year or so on an older version and recently purchased a new licence for the lastest version (14.5.4). After upgrading versions I noticed that some of my macros which use SharePoint to load & modify files no longer work. Example of what I was usi...
Sign up to our newsletter for free automation tips, tricks & discounts