View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
The Dude The Dude is offline
external usenet poster
 
Posts: 10
Default List all internet explorer (or other) windows (and close them)

Hello everyone,
and Merry christmas :)

I have a question regarding IE control from Excel.
Let's say a user has to close all internet explorer windows that he did not
create (or only the ones with a specific name), how could you
select/list/close them?

I have tried the getobject late binding but it does not work with IE
applications... as for AppActivate it works well but the sendkeys Alt+F4
messes up with the numlock key and sometimes bugs.

Thanks for any info ;)
T D