Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Copy internet page excel

Is there anyway to copy an internet page to excel using VBA?
I am now manually doing a Select All, copy, past method.

Thanks

Gordon

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Copy internet page excel

hi Gordon

You can use workbook.open

Sub test()
Workbooks.Open "http://www.rondebruin.nl/tips.htm"
End Sub


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Gordon" wrote in message ups.com...
Is there anyway to copy an internet page to excel using VBA?
I am now manually doing a Select All, copy, past method.

Thanks

Gordon

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Workbooks.Open Entering UserName & Password


Thank you Ron, It worked. I knew there would be a way.

Next question if there is an answer:

I am calling up a web page that requires a user name & a password, can
VAB handle it?

If so, then have to click on a page called WEB REPORT, from that page
to WHICH REPORT (Sponsorship or Roster) then on that page Date of
report wanted. Any way?

Aloha,
Gordon

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Workbooks.Open Entering UserName & Password

You can try this Gordon
But this is not working on all sites

Workbooks.Open "



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Gordon" wrote in message ups.com...

Thank you Ron, It worked. I knew there would be a way.

Next question if there is an answer:

I am calling up a web page that requires a user name & a password, can
VAB handle it?

If so, then have to click on a page called WEB REPORT, from that page
to WHICH REPORT (Sponsorship or Roster) then on that page Date of
report wanted. Any way?

Aloha,
Gordon

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
Copy data from internet to excel jj Excel Discussion (Misc queries) 6 October 3rd 08 03:39 PM
How do I copy a mailing list from the internet to Excel? jbutson Excel Discussion (Misc queries) 1 May 30th 07 06:01 PM
Macro to copy internet page Pedro Costa[_2_] Excel Programming 4 September 7th 05 02:36 PM
MAKING EXCEL AS HOME PAGE IN INTERNET EXPLORER Jagz Excel Discussion (Misc queries) 4 January 2nd 05 02:51 PM
VBA update data from Internet Explorer and copy to Excel? Mauricio Harger Excel Programming 1 August 18th 03 09:26 PM


All times are GMT +1. The time now is 11:18 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"