Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Getting data from web site to excel

Hello,

Is there any way to copy some number/variable from web page? Something like
checking and recording certain value
on the web page to excel spread sheet.
I must be easy but I just don't know it.

It there any difference if the web page is html/php/asp ... type?


Cheers
dusan



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,173
Default Getting data from web site to excel

Dusan

In latter versions of XL (2000 up) you can go to DataGet External
DataCreate New Web Query. Once set the query is saved with the workbook by
default and you can simply press the requery button.

For a code solution, start by recording yourself doing the actions

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS



Dusan wrote:
Hello,

Is there any way to copy some number/variable from web page?
Something like checking and recording certain value
on the web page to excel spread sheet.
I must be easy but I just don't know it.

It there any difference if the web page is html/php/asp ... type?


Cheers
dusan



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Getting data from web site to excel

Thanks Nick,
I knew it must be easy but did not expect to be that easy ... It's shame I
did not find out by myself ...

Cheers
Dusan



"Nick Hodge" wrote in message
...
Dusan

In latter versions of XL (2000 up) you can go to DataGet External
DataCreate New Web Query. Once set the query is saved with the workbook

by
default and you can simply press the requery button.

For a code solution, start by recording yourself doing the actions

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS



Dusan wrote:
Hello,

Is there any way to copy some number/variable from web page?
Something like checking and recording certain value
on the web page to excel spread sheet.
I must be easy but I just don't know it.

It there any difference if the web page is html/php/asp ... type?


Cheers
dusan





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default Getting data from web site to excel

Yes it is possible and it doesn't matter the extension.
They still send back HTML. Using the web query is the
easiest way. I have a program that gets lots of past
stock data. www.kjtfs.com in the downloads section and
it is called StockDataGetter. The tricky part is
learning the websites web addy scheme.

Keith
www.kjtfs.com

-----Original Message-----
Hello,

Is there any way to copy some number/variable from web

page? Something like
checking and recording certain value
on the web page to excel spread sheet.
I must be easy but I just don't know it.

It there any difference if the web page is

html/php/asp ... type?


Cheers
dusan



.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Getting data from web site to excel

First thing first, whatever the technique behind the web site the http protocol
will return html.

In XL you can get some data from a web page (Data = Get external data = New
web query). As soon as you run yr query you should spot the value you want in a
cell.

I would recommend you to be very careful since the layout of the web page can
change regularly and you can not control that event!

Good luck,

P++




Dusan wrote:

Hello,

Is there any way to copy some number/variable from web page? Something like
checking and recording certain value
on the web page to excel spread sheet.
I must be easy but I just don't know it.

It there any difference if the web page is html/php/asp ... type?

Cheers
dusan




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
Copying data from Web Site to Excel spreadsheet Elenora Excel Discussion (Misc queries) 0 February 12th 08 04:06 AM
Importing Web Data into Excel from a Password Site XL Baby Setting up and Configuration of Excel 0 May 6th 07 03:16 AM
Importing data into Excel 2003 from a Web site MW New Users to Excel 2 March 12th 07 09:45 PM
Importing data into Excel 2003 from a Web site MW Excel Discussion (Misc queries) 2 March 12th 07 06:17 PM
Is there a way to copy web site data to excel to make it sortable Jetson2k Excel Discussion (Misc queries) 1 August 31st 05 02:14 AM


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