View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shetty Shetty is offline
external usenet poster
 
Posts: 78
Default How to use a opened web page for web querry

I can open the required web page in IE through VBA in Excel.
I can get data from the specified url with web querry through VBA
without using IE.

I want to know, in VBA, how to ask web querry to use a web page opened
by VBA in IE? In other words, can I specify the IE window to be use by
web querry?

Regards,
Shetty.