Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written a Function which delivers a status report to spreadsheet cell
C5. This is the formula in cell C5: =FQSUM(B2,A1,Historical!C1,Historical!G1). The only problem is that the status report does not dynamically update as the parameters are adjusted by a Spin Button located on Form StartQN. This is called by: "StartQN.Show" and dismissed by: "Unload StartQN". The Function string does update after the Form is unloaded, but not whilst the Form is active, thereby reducing its usefulness. What I need is a line of code within the Private Sub SpinButton1_SpinUp() (and down) procedures to force the Function to recalculate for cell C5. Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Function Values Not Refreshing | Excel Worksheet Functions | |||
Refreshing a User Defined Function | Excel Discussion (Misc queries) | |||
Web Services function call and data refreshing | Excel Worksheet Functions | |||
refreshing VB function after changing value | Excel Programming | |||
refreshing custom function | Excel Programming |