View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Code to Save HTML table as xls file on click

Click a button where? In excel? Where is the HTML table?

Tim


"Joe Black" wrote in message
...
Hi,

I am trying to save a HTML table to an excel file. However I want this to
happen through code.

If I click a button I should have the table open in an excel instance.

TIA