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 Web query question

Why not get what you get with the web query and then use a macro to remove
the information you don't want.

--
Regards,
Tom Ogilvy

"KC Lim" wrote in message
...
Hi,

Need to have an easy way to pull data from web. Using the
example provided (Microsoft Money Stock Quotes), how do I
go about to just extract the row where the stock info is,
and forget about the header, footer and others?

Anyone with experience in this? Appreciate your help.

Thanks.