View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karl S Karl S is offline
external usenet poster
 
Posts: 1
Default Copy data from an HTML file and paste into excel using a macro

I am trying to automate a data collection process. For this purpose I
manually select and copy all data from an html file and paste into excel. I
want to automate this with a macro. Sofar I have managed to open the html
file via a macro but how do I then the copying of all the file data in the
macro ?