TheDougmeister
New Member
- Joined
- Oct 12, 2021
- Messages
- 25
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Programmatically, how can I close a browser window that I have opened from within Microsoft Access?
I am currently using the "Shell" command but am open to using another method.
P.S. I tried setting a variable ("pHandle") as the return value of the Shell command, then using some code I found online to search for that and close it (set it to "nothing"), but it didn't work.
I am currently using the "Shell" command but am open to using another method.
P.S. I tried setting a variable ("pHandle") as the return value of the Shell command, then using some code I found online to search for that and close it (set it to "nothing"), but it didn't work.