Search found 12 matches
- Fri Aug 30, 2024 3:38 pm
- Forum: Technical / Scripting
- Topic: Execute Chrome in incognito window
- Replies: 1
- Views: 1269
Execute Chrome in incognito window
Hi, I tried searching for this but did not find an answer. I am trying to run an automation that will log into a particular site that uses captcha. I have an extension to bypass this, however when running on a normal chrome window the site still flags the captcha as being submitted by an automation ...
- Thu Feb 08, 2024 4:06 pm
- Forum: General Discussion
- Topic: Issue with Excel macro
- Replies: 2
- Views: 5400
Re: Issue with Excel macro
Interesting. Thanks fore the info, much appreciated. We will give this a shot.
- Tue Feb 06, 2024 6:07 pm
- Forum: General Discussion
- Topic: Issue with Excel macro
- Replies: 2
- Views: 5400
Issue with Excel macro
So this one is a little odd. We have an automation that opens an Excel file and refreshes the data in the file. The data is pulling from a SharePoint list that we have linked to a table. The automation works fine, but when it kicks off the refresh of the data, Excel asks for us to choose an account ...
- Thu Feb 09, 2023 9:04 pm
- Forum: Technical / Scripting
- Topic: CSVtoarray get column values
- Replies: 5
- Views: 4373
Re: CSVtoarray get column values
Perfect, this was incredibly helpful!
- Wed Feb 08, 2023 8:31 pm
- Forum: Technical / Scripting
- Topic: CSVtoarray get column values
- Replies: 5
- Views: 4373
Re: CSVtoarray get column values
Got it! Thanks for the clarification there. So with that out of the wy and values being returned. I am stumped on another issue that seems like it should work. For the first part of IF statement I am trying to write all values of the first line in the array to a new file. The code instead returning ...
- Wed Feb 08, 2023 3:51 pm
- Forum: Technical / Scripting
- Topic: CSVtoarray get column values
- Replies: 5
- Views: 4373
CSVtoarray get column values
Hello, I am trying to figure out how to return the column values in an array. I am using the CSVtoArray function to create the array from an existing file, but I am unable to return the column values. The overally purpose of this automation is to take the fields in the array and create a new file ba...
- Thu Aug 26, 2021 6:52 pm
- Forum: Technical / Scripting
- Topic: Macro run failure notification to email
- Replies: 1
- Views: 2852
Macro run failure notification to email
I am trying to figure out a way to have a macro send me an email if the macro fails or hangs for a certain amount of time and I am really not sure how to do this, or if it can be done. Any help would be appreciated.
- Fri Jul 02, 2021 7:56 pm
- Forum: Beginners
- Topic: EXE compile error
- Replies: 1
- Views: 9924
EXE compile error
Hi there, We just moved over our licensed copy of Macro Scheduler from a server to a laptop as we were having some server related issues. I was able to compile EXEs no problem on the server, but using it on the laptop, I am getting an error. The error is "Cannot compile due to incomplete installatio...
- Thu Jun 24, 2021 4:51 pm
- Forum: Beginners
- Topic: Automatically send email when macro completes
- Replies: 6
- Views: 11561
Re: Automatically send email when macro completes
Perfect this worked, thanks again!
- Wed Jun 23, 2021 5:26 pm
- Forum: Beginners
- Topic: Automatically send email when macro completes
- Replies: 6
- Views: 11561
Re: Automatically send email when macro completes
I was just informed that we are looking to do this with Outlook as well, is there any setting similar to Google that I need to change somewhere to get it to work? I have the macro set up with all of the correct info for Outlook, but that is not working.
- Mon Jun 14, 2021 8:16 pm
- Forum: Beginners
- Topic: Automatically send email when macro completes
- Replies: 6
- Views: 11561
Re: Automatically send email when macro completes
That did it. Appreciate the help!
- Mon Jun 14, 2021 2:37 pm
- Forum: Beginners
- Topic: Automatically send email when macro completes
- Replies: 6
- Views: 11561
Automatically send email when macro completes
I am trying to send a simple email message when a script completes. I am using Gmail and have tried the format of the example in the help docs. I still Cannot get this to work, and I am not sure what I am missing. Let>SMTP_AUTH=1 Let>SMTP_USERID=xxxxx@gmail.com Let>SMTP_PASSWORD=xxxxx Let>SMTP_PORT=...