Fetching URl Of Site Using VBA

littleiitin
NewLounger
Posts: 2
Joined: 21 Nov 2011, 17:19

Fetching URl Of Site Using VBA

Post by littleiitin »

Hi All,

I have three questions regarding Intracting with Web using Excel VBA.

1: How to Fetch the URL of already opened site using Excel VBA?

2: How to activate any Browser Window?

3: Is there any method to specify which browser you want to choose.( IE, Crome, FireFox etc.)


Thanks
Rahul Kumar Singh

User avatar
HansV
Administrator
Posts: 78555
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Fetching URl Of Site Using VBA

Post by HansV »

Welcome to Eileen's Lounge!

1/2) You'll find some examples of how to interact with Internet Explorer in Working with Internet Explorer Using VBA.

3) The above is possible since Internet Explorer exposes an object model to the VBA programmer. As far as I know, neither Mozilla Firefox nor Google Chrome do so.
Best wishes,
Hans

littleiitin
NewLounger
Posts: 2
Joined: 21 Nov 2011, 17:19

Re: Fetching URl Of Site Using VBA

Post by littleiitin »

Thanks HansV,

These information is very useful for me.
I also got my all answers.

Thanks for Help