K
kittronald
How can you tell the data type of a variable ?
The defined name "Test" has a Refers to: field of =SUM(A1,B1).
1) In the example below, what would the data type for "v" be ?
v = Application.Evaluate(ActiveWorkbook.Names("Test"))
2) For a ComboBox containing text values, what would the data type for
"x" be for the currently selected value ?
- Ronald K.
The defined name "Test" has a Refers to: field of =SUM(A1,B1).
1) In the example below, what would the data type for "v" be ?
v = Application.Evaluate(ActiveWorkbook.Names("Test"))
2) For a ComboBox containing text values, what would the data type for
"x" be for the currently selected value ?
- Ronald K.