03-03-2012, 01:00 AM
I can't for the life of me figure out what I'm doing wrong here:
It gives me:
Anyone?
Code:
set oIE = CreateObject("InternetExplorer.Application")
oIE.Visible=true
Browser("hwnd:=" & oIE.HWND).FullScreen
It gives me:
Quote:Cannot identify the object "[ Browser ]" (of class Browser). Verify that this object's properties match an object currently displayed in your application.
Anyone?