• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

To get the URL of a pop-up window

Bhashkar

New Member
Hello my future savior,

Problem is very simple, but i am finding it hard to get around. I want to capture the URL of a pop-up window using VBA. when i click a link, it open a pop-up window, i used the code:

Cells(2, 3).Value = IE.LocationURL

but it is pasting the link of the already opened webpage, but not the pop-up window. Any help will be highly appreciated. thanks!
 
Back
Top