I have an Excel file (and a VBA macro) from which I would like to call (Shell command) Internet Explorer, on the url I have attached data that I get from Excel file.
We have a server-side application that generates some data. When the user follows a link the browser Window should close and the user returnes to his Excel file.
The problem is that if I know correctly, you can not close a main window without geting a prompt. As I know you can only do that with a child window (as created with JavaScript).
So i wonder if there is a way to call a child window from VBA in Excel?
We have a server-side application that generates some data. When the user follows a link the browser Window should close and the user returnes to his Excel file.
The problem is that if I know correctly, you can not close a main window without geting a prompt. As I know you can only do that with a child window (as created with JavaScript).
So i wonder if there is a way to call a child window from VBA in Excel?