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
Default online data comes to excel to be shifted to adjacent cells as per formula with very minimum time lag or in micro second timelag is the problem to be solved

The way I see it you have
server-excel-DAO

You have 150 different time series. You want to track the
min/max/current value of each time series in your DAO.
I would take advantage of Excel built in feature "Worksheet_Change"
event.
Make 3 new cells for each of the 150. (perhaps on a different sheet)
CurrentValue, MinValue, MaxValue
Then capture the
Private Sub Worksheet_Change(ByVal Target as Range)
<write code here to copy the current value and calculate the min /
max values
<trigger your app to refresh this row
End Sub

 
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
Problem in changing formula-generated values in the chart in Micro Hard work and determination always wins New Users to Excel 1 September 4th 08 04:04 PM
Fill formulas into adjacent cells does not take formula only data gnshort Excel Worksheet Functions 1 August 28th 06 11:41 PM
how insert pic into excel and have cells shifted to make room stuffedfrog Excel Programming 0 May 3rd 06 06:28 PM
Excel/MSIE problem with add-in, I can't get it solved WMB Setting up and Configuration of Excel 0 April 20th 05 06:54 PM
Excel/MSIE problem with add-in, I can't get it solved msnews.microsoft.com Excel Discussion (Misc queries) 0 April 18th 05 08:43 AM


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