Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default internet connection via excel macro

Hi,
Can experts help me on this:
I need to see a macro code that establishes an internet connection to a web
site
and retrieves data from a *.xls or *.mdb file there. Being able to modify
that data, add and delete will be extra good features.
Can you give me a d/l link for such an example
Thanks
J_J


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default internet connection via excel macro

sUrl = "c:\www.somesite.com\somefolder\somefile.xls"
Workbooks.Open sUrl

will bring a copy of the file down and load it in excel.

However, if you are talking about updating and saving it back to its
location, I wouldn't know if you can do that or not. It would definitely
seem ludicrous to have unsupervised access to the source file.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
Can experts help me on this:
I need to see a macro code that establishes an internet connection to a

web
site
and retrieves data from a *.xls or *.mdb file there. Being able to modify
that data, add and delete will be extra good features.
Can you give me a d/l link for such an example
Thanks
J_J




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default internet connection via excel macro

Thank you for the speedy reply.
Best wishes
J_J

"Tom Ogilvy" wrote in message
...
sUrl = "c:\www.somesite.com\somefolder\somefile.xls"
Workbooks.Open sUrl

will bring a copy of the file down and load it in excel.

However, if you are talking about updating and saving it back to its
location, I wouldn't know if you can do that or not. It would definitely
seem ludicrous to have unsupervised access to the source file.

--
Regards,
Tom Ogilvy


"J_J" wrote in message
...
Hi,
Can experts help me on this:
I need to see a macro code that establishes an internet connection to a

web
site
and retrieves data from a *.xls or *.mdb file there. Being able to modify
that data, add and delete will be extra good features.
Can you give me a d/l link for such an example
Thanks
J_J






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
Internet connection stuenov Excel Discussion (Misc queries) 0 February 18th 09 03:52 PM
internet connection via excel macro at timed intervels & save data to excel file. Sam Excel Worksheet Functions 1 July 22nd 07 06:08 AM
msn stock updates quit working & no internet connection in excel K9CE Excel Discussion (Misc queries) 0 July 13th 06 04:36 PM
How do get the internet connection wizard for Excel? Excel 2003 E-Mailing Help Please Excel Programming 0 August 27th 05 05:47 PM
Internet connection? Francis Ang Excel Programming 3 May 31st 04 04:01 AM


All times are GMT +1. The time now is 11:16 AM.

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

About Us

"It's about Microsoft Excel"