View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
George J[_3_] George J[_3_] is offline
external usenet poster
 
Posts: 23
Default Can you print a webpage table?

I am writing a macro to extract information from a webpage using code like
getElementsByTagName("table"). This is going fine and i can extract the cell
data from the table. Is it possible to have a command that actually prints a
table though so that no other webpage information is printed out along with
it? Kind of like highlighting the table and doing print selection, only
programmatically.

thanks
George