View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Itzik[_2_] Itzik[_2_] is offline
external usenet poster
 
Posts: 1
Default Close explorer window from excel VBA

Hi,
I have an excel sheet which opens within internet explorer
(from explorer I open excel in a new window using the a
href tag in HTML).
In this window I added a button to the excel that performs
a simple macro.
I want, in the end of this macro, to close this window
(the window which contains the excel sheet) and return to
the first one.
Any ideas?