Accessdabbler
Technical User
I am using the SHELL command to launch an Internet Explorer window.
How to I then issue a command to CLOSE that window?
If I'm not being clear, here's what I am doing:
User pushes a button on a form. A webpage opens up and some data is downloaded from a website. I then need the webpage to close. User does not need to see the webpage.
The download is working great but I am getting a blank webpage sitting there when I push the button. Using code like:
Application.quit closes MSAccess instead of IE!!
How to I then issue a command to CLOSE that window?
If I'm not being clear, here's what I am doing:
User pushes a button on a form. A webpage opens up and some data is downloaded from a website. I then need the webpage to close. User does not need to see the webpage.
The download is working great but I am getting a blank webpage sitting there when I push the button. Using code like:
Application.quit closes MSAccess instead of IE!!