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

hi all of you,
i am downlodaing evry day huge data from our inventory list, then i am
finding out myself new records as well as deleted records which taking too
long time,after checking i am keeping that result in other sheet i means
deleted and new records, is there any macro or other way that i could know
new data as well as deleted data ?
thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default web query data

Many activities which are can be performed manually can be simulated with
code.

Naturally the code performs these actions much quicker than can be done
manually. It is hard to say if there is an opportunity to apply code (or
even formulas) in your case - but I would guess there is. Try checking out
this page and see if you see some useful ideas:


http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy



"Tufail" wrote:

hi all of you,
i am downlodaing evry day huge data from our inventory list, then i am
finding out myself new records as well as deleted records which taking too
long time,after checking i am keeping that result in other sheet i means
deleted and new records, is there any macro or other way that i could know
new data as well as deleted data ?
thanks in advance.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default web query data

Hi again,
no i couldn't find there what i wanted, there aren't any macro that could
find after refreshing web query data new entrys ? like as follow.
A_col has Stock#, B_col Name, C_col Year & D_col price first table yeastrday
and 2nd is today after refreshing query data.
A B C D
1 12 Car 2000 $5,000
2 25 Bus 2002 $4,000 <---- gone in new list (after refreshing
data)
3 50 Car 2001 $2,000
--------------------------------------------------------------
A B C D
1 12 Car 2000 $5,000
2 35 Car 1999 $4,800 <---- new data after refreshing
3 50 Car 2001 $2,000
4 65 Van 2004 $1,000 <--- new data after refreshing

really lokkforward your soonest help.




"Tom Ogilvy" wrote:

Many activities which are can be performed manually can be simulated with
code.

Naturally the code performs these actions much quicker than can be done
manually. It is hard to say if there is an opportunity to apply code (or
even formulas) in your case - but I would guess there is. Try checking out
this page and see if you see some useful ideas:


http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy



"Tufail" wrote:

hi all of you,
i am downlodaing evry day huge data from our inventory list, then i am
finding out myself new records as well as deleted records which taking too
long time,after checking i am keeping that result in other sheet i means
deleted and new records, is there any macro or other way that i could know
new data as well as deleted data ?
thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default web query data

You will have to copy the data somewhere, so you have something to compare
the update with the next day.

NickHK

"Tufail" wrote in message
...
Hi again,
no i couldn't find there what i wanted, there aren't any macro that could
find after refreshing web query data new entrys ? like as follow.
A_col has Stock#, B_col Name, C_col Year & D_col price first table

yeastrday
and 2nd is today after refreshing query data.
A B C D
1 12 Car 2000 $5,000
2 25 Bus 2002 $4,000 <---- gone in new list (after refreshing
data)
3 50 Car 2001 $2,000
--------------------------------------------------------------
A B C D
1 12 Car 2000 $5,000
2 35 Car 1999 $4,800 <---- new data after refreshing
3 50 Car 2001 $2,000
4 65 Van 2004 $1,000 <--- new data after refreshing

really lokkforward your soonest help.




"Tom Ogilvy" wrote:

Many activities which are can be performed manually can be simulated

with
code.

Naturally the code performs these actions much quicker than can be done
manually. It is hard to say if there is an opportunity to apply code

(or
even formulas) in your case - but I would guess there is. Try checking

out
this page and see if you see some useful ideas:


http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy



"Tufail" wrote:

hi all of you,
i am downlodaing evry day huge data from our inventory list, then i am
finding out myself new records as well as deleted records which taking

too
long time,after checking i am keeping that result in other sheet i

means
deleted and new records, is there any macro or other way that i could

know
new data as well as deleted data ?
thanks in advance.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default web query data

sorry again , please don't forget reply to me.

"Tom Ogilvy" wrote:

Many activities which are can be performed manually can be simulated with
code.

Naturally the code performs these actions much quicker than can be done
manually. It is hard to say if there is an opportunity to apply code (or
even formulas) in your case - but I would guess there is. Try checking out
this page and see if you see some useful ideas:


http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy



"Tufail" wrote:

hi all of you,
i am downlodaing evry day huge data from our inventory list, then i am
finding out myself new records as well as deleted records which taking too
long time,after checking i am keeping that result in other sheet i means
deleted and new records, is there any macro or other way that i could know
new data as well as deleted data ?
thanks in advance.



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
Use MS Query to query data within the current work book Steve Kesler Excel Discussion (Misc queries) 0 August 6th 09 05:22 PM
Importing Data via Web Query - Can values be passed to query? [email protected] Excel Discussion (Misc queries) 5 May 9th 06 06:21 PM
Save data retreived from query without saving query Anthony Excel Discussion (Misc queries) 0 January 25th 06 07:17 PM
How to Process Query Data after Query is Refreshed rajpuneyani Excel Programming 2 July 30th 04 02:13 PM
Query returning more data than will fit on worksheet with VBA DB query... ChrisSmith Excel Programming 0 June 8th 04 12:07 PM


All times are GMT +1. The time now is 01:31 PM.

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"