Search found 6 matches
- Wed Nov 14, 2018 9:56 am
- Forum: Technical / Scripting
- Topic: Script after IEDoDownload Statement never executed
- Replies: 3
- Views: 2844
Re: Script after IEDoDownload Statement never executed
In the following code, IENavigate> statement executes successfully and a pop up appears on page to download/save the file. Next statement IEDoDownload> successfully downloads and saves the file but IEQuit> statement and rest of the script never execute. IENavigate>ie,fileDownload_URL,res IEDoDownloa...
- Wed Nov 14, 2018 8:59 am
- Forum: Technical / Scripting
- Topic: Is there any Alternative of IEDoDownload?
- Replies: 4
- Views: 4445
Is there any Alternative of IEDoDownload?
I need to download a file from a webpage. I have used "IEDoDownload" function of Macro Scheduler but when this function executes it downloads the file but the next statement never executes. For Example, I have the following code: IEDoDownload>fileURL IEQuit>ie When IEDoDownload>fileURL statement exe...
- Wed Nov 14, 2018 8:47 am
- Forum: General Discussion
- Topic: Replacing Special Character in Excel Sheet using Macro Scheduler
- Replies: 5
- Views: 5464
Re: Replacing Special Character in Excel Sheet using Macro Scheduler
Thanks a lot JRL.
- Tue Nov 13, 2018 9:30 am
- Forum: General Discussion
- Topic: Replacing Special Character in Excel Sheet using Macro Scheduler
- Replies: 5
- Views: 5464
Re: Replacing Special Character in Excel Sheet using Macro Scheduler
The file size is too large, StringReplace function causes application to crash. Moreover, there is no StringReplace function in Excel functions, that is the reason I have to open file in Excel and I am replacing strings using CTRL+H. I want to get rid of opening file in Excel. I actually want to per...
- Thu Nov 01, 2018 10:51 am
- Forum: Technical / Scripting
- Topic: Script after IEDoDownload Statement never executed
- Replies: 3
- Views: 2844
Script after IEDoDownload Statement never executed
Hi,
I am having a problem while downloading a file using IEDoDownload Statement. IEDoDownload Statement initiates the download and saves the file but it halts and the rest of the script, and the next statement is never executed.
Please guide me and provide me solution.
Thank you.
I am having a problem while downloading a file using IEDoDownload Statement. IEDoDownload Statement initiates the download and saves the file but it halts and the rest of the script, and the next statement is never executed.
Please guide me and provide me solution.
Thank you.
- Mon Oct 29, 2018 5:13 pm
- Forum: General Discussion
- Topic: Replacing Special Character in Excel Sheet using Macro Scheduler
- Replies: 5
- Views: 5464
Replacing Special Character in Excel Sheet using Macro Scheduler
Hi,
I am a beginner in Macro Scheduler. Currently, I am working on an Excel Sheet. There is a column that contains comma separated values and what I need to do is to replace all commas with another character.
If somebody knows how to do this, kindly share the solution with me.
I am a beginner in Macro Scheduler. Currently, I am working on an Excel Sheet. There is a column that contains comma separated values and what I need to do is to replace all commas with another character.
If somebody knows how to do this, kindly share the solution with me.