Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default importing info from a website using a macro function

Is there a way to import info from a website using a macro function? and if
so, how is this process done.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 618
Default importing info from a website using a macro function

Hi

does data / get (import) external data - new web query do what you want or
what more / different do you need?

Cheers
JulieD

"M.Woodard" wrote in message
...
Is there a way to import info from a website using a macro function? and
if
so, how is this process done.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default importing info from a website using a macro function

The problem: I have a spreadsheet that is designed to compile data and
generate charts. What they want this sheet to be able to do is go out to the
website from which the data is collected and import it into this speadsheet
on a weekly basis to generate the new roports. Can a macro be created within
this speadsheet to automatically retreive and add the data to the speadsheet?

"JulieD" wrote:

Hi

does data / get (import) external data - new web query do what you want or
what more / different do you need?

Cheers
JulieD

"M.Woodard" wrote in message
...
Is there a way to import info from a website using a macro function? and
if
so, how is this process done.




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default importing info from a website using a macro function

The problem: there is a speadsheet that compiles data and generates charts.
What they are asking is to incorporate a macro that will enable the
speadsheet to go to a website that generates that data used in the
speadsheet, retreive this data and add it to the speadsheet each week. Can
this be done?

"JulieD" wrote:

Hi

does data / get (import) external data - new web query do what you want or
what more / different do you need?

Cheers
JulieD

"M.Woodard" wrote in message
...
Is there a way to import info from a website using a macro function? and
if
so, how is this process done.




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default importing info from a website using a macro function

M.Woodard wrote:
Is there a way to import info from a website using a macro function? and if
so, how is this process done.


You can open a web site like a file, just type in the URL

In a module you can do it like this
Workbooks.Open Filename:="http://www.the_website_of_intrest.com/"

You can then use additional macro's to extract the data you are
intrested in.


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
Importing Weather Info kpack Setting up and Configuration of Excel 1 November 8th 08 02:54 AM
Update info from website to worksheet automatically, w/o opening s Juliana Excel Discussion (Misc queries) 0 March 5th 08 02:54 PM
Importing Data From a "Formula-Based Website" Brablo Excel Discussion (Misc queries) 0 December 19th 06 08:00 PM
importing info from an email aquagas Excel Discussion (Misc queries) 3 April 19th 06 12:03 PM
Importing text from a website Weatherlawyer New Users to Excel 10 July 13th 05 04:47 AM


All times are GMT +1. The time now is 09:47 PM.

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"