Av8tordude
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 1,075
- Office Version
- 2019
- Platform
- Windows
I'm using the piece of code to open a webpage on the default browser on a computer. Currently I'm using application.wait as part of coding, but the timing is off sometimes. I research ie.ready state, but from my understanding its only for Internet Explorer.
Is there a way to code something similar to ie.ready state for default browsers when using the code below?
Thank you for you guidance and help.
Is there a way to code something similar to ie.ready state for default browsers when using the code below?
Thank you for you guidance and help.
Code:
ShellExecute(0, "Open", "www.paypal.com