Pasting HTML table into excel - Problem

  • Thread starter Thread starter Les Stout
  • Start date Start date
L

Les Stout

Hello all, i have a HTML page (Print Preview) out of which i want to
copy a table, can this be done automatically ?
If not, i can do it manually but i am left with a lot of hyperlinks that
i need to get ride of and i loose all the dates that are on the preview,
even if i format the column for "date".

Any suggestions or help would be much appreciated...

Best regards,

Les Stout
 
Hi Lee

Could you use a Web Query to do it?? Or have you tried this
already?? If not it can be found under the Data Menu / Import
External Data / New Web Query. From here navigate to your page and
click the arrow beside the table you want and then Click Import.

Steve
 
Print preview from where, the browser?
If you have a copy in IE you could use the HTML Document Object Model to
copy the table contents to Excel (by iterating through the rows & cells and
copying their contents)

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top