Hi Karl
You can try this
Sub test()
Workbooks.Open "http://www.rondebruin.nl/tips.htm"
End Sub
--
Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm
"Karl S" <Karl
(E-Mail Removed)> wrote in message news:F06FD4E2-FFE7-437B-80FE-(E-Mail Removed)...
>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 ?