Hi Fred
You can use Workbooks.Open
Workbooks.Open ("http://www.microsoft.com")
--
Regards Ron de Bruin
http://www.rondebruin.nl
"FredC" wrote in message .. .
I want to copy all of the data on a webpage and paste it to an Excel spreadsheet
cell/range.
I have the hyperlink on the spreadsheet and can click it with a macro, but I
can't copy the page in the macro. It just stops when IE opens.
Would someone please offer a code snippet to put me on the track?
- Fred