<< Click to Display Table of Contents >>
LoadFormulaValuesQuiet |
LoadFormulaValuesQuiet(FormulaName, UnitName, ValueName)
Loads a Value Set to a destination Unit, without any message. This method contains the FormulaName parameter, which determines the name of a Formula, UnitName, which determines a Unit name, and ValueName, which determines the name of a Value Set. Example:
Sub Button1_Click()
Application.LoadFormulaValuesQuiet "Formula1",_
"Unit3", "Value1"
End Sub
NOTE |
This method is also accessible through the Formula object. |