View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
MAK MAK is offline
external usenet poster
 
Posts: 20
Default How do I use WinHttp within Excel 2003 Macro?

I have downloaded some files, for those VBA that I can view, they are using
QueryTable with Destination = a cell or range. But I want to store the web
content in variables first. Any hints?

"Don Guillett" wrote:


Just send the email
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Mak" wrote in message
...
Could you pls guide me how to access

step
by step? Thanks in advance.

"Don Guillett" wrote:

goto

and look in the files section. There are several free files.
I have a couple of free files under author donalb36


--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Mak" wrote in message
...
Hi all, I want to get web content into Excel and store it to variables
(not
in the Cells), how can I do it? I know WinHttp can help but I do not
know
how
to 'include' WinHttp in Excel. Please help.