SetCalculatorText Method (CurrencyCellType)
Sets the text for the pop-up calculator.
'Declaration
Public Sub SetCalculatorText( _
ByVal As String, _
ByVal As String _
)
'Usage
Dim instance As CurrencyCellType
Dim okText As String
Dim cancelText As String
instance.SetCalculatorText(okText, cancelText)
Parameters
- okText
- Text for the OK button
- cancelText
- Text for the Cancel button