T
tx12345
Hi
When I create a macro for a web query, the code looks like this:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.etc.com/mypage.htm" _ , Destination:=Range("C4"))
Simple enough, but this macro is only good for one web page. How can I
query another web page without changing the macro, where the new web
address come from a particular cell on the worksheet?
All ideas welcome
Thx
When I create a macro for a web query, the code looks like this:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.etc.com/mypage.htm" _ , Destination:=Range("C4"))
Simple enough, but this macro is only good for one web page. How can I
query another web page without changing the macro, where the new web
address come from a particular cell on the worksheet?
All ideas welcome
Thx