ReCalc Method
Description
Updates the results of a given Formula for an item.
Syntax
Public Sub ReCalc( _
ByVal [bSet] As Boolean _
)
Parameters
- bSet: True to only update the formula in the selected cell; False to update all formula calls in the column (a formula cell must have focus).
Remarks
You can use the keys F5 and Shift + F5 to call ReCalc(True) and ReCalc(False).
Note: A record item with a formula must have focus for ReCalc to work.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.