LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Realtime Data Update Sorting

It depends on how your data is updated. If I assume it is a web query being
refreshed periodically, then I would put the sort routine immediately
following the refresh. If it is an external link, then you could use the
Worksheet_Change Event (). Does this help?

Mike F
"devada1" wrote in
message ...

I WANT TO KNOW HOW WE CAN SORT A DATA BY COLUMNS/ROWS OF A DYNAMICALLY
CHANGING REAL TIME DATA.

ALSO IT IS MANDATORY THAT THE SORTED OUT DATA DOESN'T UPDATE IN THE
COLUMN/ROW ITSELF AND GIVE THE VALUES,BUT INSTEAD IT KEEPS ITS PARENT
ROW/COLUMN IDENTITY INTACT.

SUPPOSE

COMPANY CMP OPEN HIGH(H) LOW(L) R=H-L
RIL 856 852 859 850 9
SAT 743 740 756 738 18
INFY 3126 3112 3148 3122 26


IF SORTED('R' ONLY) IN DECREASING ORDER WILL BE

COMPANY CMP OPEN HIGH(H) LOW(L) R=H-L
INFY 3126 3112 3148 3122 26
SAT 743 740 756 738 18
RIL 856 852 859 850 9


BUT AFTER A WHILE THE VALUES CHANGE IN A REALTIME ATMOSPHERE,I WANT THE
SORTING TO BE AUTOMATICALLY DONE.('R' ONLY).i.e.,THE RIL ROW SHOULD
AUTOMATICALLY COME TO SECOND PLACE WHEN THE DATA CHANGES IN THE RIL
COLUMN.

COMPANY CMP OPEN HIGH(H) LOW(L) R=H-L
INFY 3129 3112 3148 3122 26
RIL 866 852 869 850 19
SAT 748 740 756 738 18


PLEASE ADVICE.
THANQ


--
devada1
------------------------------------------------------------------------
devada1's Profile:
http://www.excelforum.com/member.php...o&userid=30492
View this thread: http://www.excelforum.com/showthread...hreadid=501456



 
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
Excel realtime network update from source workbooks solarbeef Excel Discussion (Misc queries) 4 October 20th 09 11:17 PM
Copy of realtime data. sidd Excel Worksheet Functions 4 April 13th 09 07:06 AM
realtime list sorting/data exraction Richard Edwards[_2_] Excel Worksheet Functions 4 March 23rd 09 04:51 PM
Realtime Automatic sorting of data in rows in new work sheet Gazzali Excel Worksheet Functions 0 June 23rd 05 09:35 AM
extract data from a realtime updated cell ALVESM Excel Discussion (Misc queries) 4 March 21st 05 05:21 PM


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