Spreadsheet.VariableSetTextType
This function changes a variable to Text type and sets the length in one step.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub Spreadsheet.VariableSetTextType( _
VarNo As Integer, _
Length As Integer)
|
Which variable to set to text. Type: Integer
Integer value that specifies the text length of the variable. Type: Integer |
This function does not return a value. |