Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Import data with Webquery

Hi All,

I need to import data from web pages but I need only data from certain
cells, not the whole table. Excel lets me select tables only. Can anyone
suggest a solution for selecting individual cells as source?

Thanks.

Kolos
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Import data with Webquery

Import to the "Data" sheet and use a macro to copy the desired info to your
"destination" sheet.

sheets("data").range("a2:x4").copy sheets("destination").range("a2")

--
Don Guillett
SalesAid Software

"Kolos" wrote in message
...
Hi All,

I need to import data from web pages but I need only data from certain
cells, not the whole table. Excel lets me select tables only. Can anyone
suggest a solution for selecting individual cells as source?

Thanks.

Kolos


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
How to Start Excel in Text Import Wizard for data import rlelvis Setting up and Configuration of Excel 0 July 10th 08 08:40 PM
Posting data from worksheet to webquery ?? [email protected] Excel Programming 2 May 4th 07 02:55 PM
Excel Import by Webquery safflenow Excel Programming 2 May 2nd 07 09:27 PM
Get Webpage data as text using VBA w/o Webquery Max Excel Programming 0 March 15th 07 06:40 AM
PLEASE!! How can I un-grey the 'Data-Import External Data-Import Data' option ??? kirkm[_6_] Excel Programming 13 August 8th 06 10:01 AM


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