ExecuteFile
Moderators: Dorian (MJT support), JRL
ExecuteFile
I'm working on a macro that once it gets to a certain place it opens up a website. I do the ExecuteFile>%URL% step but I Do Not want it to open on an existing internet explorer window. i want it to open a new window and then go to that website. please help...
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Look at the Simple Web Auto script that comes with the software. Or search the Scripts and Tips forum for InternetExplorer.Application and you will find the best solution.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
I agree.Me_again wrote:I used to open IE that way but Marcus explained to me why it is unreliable in this classic thread.
Although VB script is more reliable I prefer to use the run command if all I want to do is open a simple web page, for example a button that opens my home page. I don’t see any reason to double the size of a compiled script if all I want to do is open my home page. But when you have to mess with filling forms or a page has to be completely loaded, VB script is the way to go, otherwise the run command will do just fine in my experience.