Asked by duncanb7
at 2024-02-27 05:53:05
Point:500 Replies:14 POST_ID:828444USER_ID:11059
Topic:
Hypertext Markup Language (HTML);;Visual Basic Programming
I am going through the long time process to create one IE object or window . and I plan not to quit the IE instance/window
until the computer is shut down. The current IE window will be used for other new VBA automation program. But
I don't know how to transfer the object information or property of the current/existing IE window to the new IE object which
created from the new VBA program. I read some help that mention use shellwindow to grab the exsitng
IE window object information and property at http://bytes.com/topic/visual-basic-net/answers/353392-how-access-current-internet-explorer-vb-net,
but it is not clear for me. Any code provide for the problem of newIE.navigate URL on the existing IE window? please advise
Thanks
Duncan
until the computer is shut down. The current IE window will be used for other new VBA automation program. But
I don't know how to transfer the object information or property of the current/existing IE window to the new IE object which
created from the new VBA program. I read some help that mention use shellwindow to grab the exsitng
IE window object information and property at http://bytes.com/topic/visual-basic-net/answers/353392-how-access-current-internet-explorer-vb-net,
but it is not clear for me. Any code provide for the problem of newIE.navigate URL on the existing IE window? please advise
Thanks
Duncan