Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default How Do I Copy a Website Page To A Sheet?

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default How Do I Copy a Website Page To A Sheet?

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



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How Do I Copy a Website Page To A Sheet?

I did file=Open and pasted in the URL
http://ep.kicks-ass.org/phpBB2/Minerals/

worked fine for me.

in code

workbooks.Open Filename:=http://ep.kicks-ass.org/phpBB2/Minerals/"

--
Regards,
Tom Ogilvy


"FredC" wrote in message
.. .
Excel 2000
http://tinyurl.com/6ue3f


"Don Guillett" wrote
in message
...
Your excel version?
the url___________?

--
Don Guillett
SalesAid Software

"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










  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Thanks To You All

Many thanks to all of you who scratched
your heads on my account. A number of
your ideas would indeed have provided a
solution, and I have carefully noted
them. I decided on the Saved Query
approach, in this case. It
automatically does the update each time
the sheet is opened, or more often as
desired.

Again, thanks to you all.

- Fred

"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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I copy page set up options from one sheet to another Don Cinnamond Excel Discussion (Misc queries) 1 October 30th 08 03:20 PM
Copy page layout and margin from sheet to sheet RajenRajput1 Excel Discussion (Misc queries) 1 July 30th 07 07:12 PM
How do I copy Page Setups from one Sheet to Another sheet? Jeff Excel Worksheet Functions 1 June 12th 05 10:08 PM
Copy Page Setup from Sheet to Sheet? blank Excel Discussion (Misc queries) 3 May 21st 05 10:23 AM
Page breaks in Sheet for copy via OLE? papou[_6_] Excel Programming 0 July 10th 03 11:09 AM


All times are GMT +1. The time now is 02:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"