View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default current IE window using VBA

Don't create a new Object. Make myIE Public (globally accessable) and then
use it in the Command1_Click() macro in place of o2
--
Gary''s Student - gsnu200796