View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel Nigel is offline
external usenet poster
 
Posts: 923
Default how to define a web query in Excel&VBA??

The simplest would be to turn on macro recorder and use Data-Import
External Data-New Web Query
Use the VB editor to review the resultant code.

--
Cheers
Nigel



"Dong Gaofeng" wrote in message
...
can anybody give me an example??