UpdateSelectedTool
The Update Selected tool updates all selected formulas.
Update selected formulas:
- Select the formulas you wish to update.
 - Select Formula>Update Selected in the toolbar.
 
Notes:
- Most of the time, formulas update automatically.
 
See also:
- Automatic update
 - Update all
 - Values and value names
 - Calculations in-depth
 - Formula Reference
 - External references
 
| Tool | 
You can refer to this tool in any formula, macro, module, or other script in Blockpad. You can use either its name or its full path:
- 
                            To refer to it by name, use 
UpdateSelectedTool(make sure the library Library.Tools.Formulas is included with Include Libaries) - To refer to it by its full path, use 
Library.Tools.Formulas.UpdateSelectedTool 
See also: