PC Review


Reply
Thread Tools Rate Thread

Copy internet page excel

 
 
Gordon
Guest
Posts: n/a
 
      12th Jan 2007
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

 
Reply With Quote
 
 
 
 
Ron de Bruin
Guest
Posts: n/a
 
      12th Jan 2007
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" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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
>

 
Reply With Quote
 
Gordon
Guest
Posts: n/a
 
      13th Jan 2007

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 With Quote
 
Ron de Bruin
Guest
Posts: n/a
 
      15th Jan 2007
You can try this Gordon
But this is not working on all sites

Workbooks.Open "http://UserID:(E-Mail Removed)/tips.htm"



--

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


"Gordon" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy cell from Excel file and paste into control on internet page =?Utf-8?B?UWFzcGVj?= Microsoft Excel Programming 0 6th Sep 2007 06:38 PM
Copy internet page to Excel Gordon Microsoft Excel Discussion 2 12th Jan 2007 09:05 PM
Link to Internet, copy paste data from Web Page tvallin@gmail.com Microsoft Excel Discussion 1 26th Mar 2006 11:51 PM
Macro to copy internet page =?Utf-8?B?UGVkcm8gQ29zdGE=?= Microsoft Excel Programming 4 7th Sep 2005 02:36 PM
How do I copy/paste a page from Word to internet page? =?Utf-8?B?bWVhZG93cw==?= Microsoft Word Document Management 1 5th Jan 2005 09:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:23 AM.