View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default WebQuery to Array?

I would say not using a standard web query.

--
Regards,
Tom Ogilvy

"Charley Kyd" <kyd at incsight dot com wrote in message
...

Is it possible in VBA to send the results of a WebQuery to an array rather
than to a range? If so, how?

By the way, I don't want to send the results to a range and then to an
array. Instead, I want to send the results directly to an array.

Thanks.

Charley