G
gelert
Hi, using Excel VBA to open an IE window. It's a really long story, bu
I want to change the name of the window (that is, like one can do i
javascript with window.name="ZZZ").
So this is what I'd like to do, but it doesn't work:
Set ie = CreateObject("InternetExplorer.Application")
ie.window.name = "ZZZ"
any ideas on how I can change the window name from Excel?? I've looke
through the properties associated with the InternetExplorer object, an
none of them seem to help.
Thanks very much
I want to change the name of the window (that is, like one can do i
javascript with window.name="ZZZ").
So this is what I'd like to do, but it doesn't work:
Set ie = CreateObject("InternetExplorer.Application")
ie.window.name = "ZZZ"
any ideas on how I can change the window name from Excel?? I've looke
through the properties associated with the InternetExplorer object, an
none of them seem to help.
Thanks very much