Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem in changing formula-generated values in the chart in Micro | New Users to Excel | |||
Fill formulas into adjacent cells does not take formula only data | Excel Worksheet Functions | |||
how insert pic into excel and have cells shifted to make room | Excel Programming | |||
Excel/MSIE problem with add-in, I can't get it solved | Setting up and Configuration of Excel | |||
Excel/MSIE problem with add-in, I can't get it solved | Excel Discussion (Misc queries) |