Thread
:
current IE window using VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
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
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student