E
ExcelMonkey
Is is possible to extract the data type of a variable? For example let
say I have two variables X and Y
Dim X as Comment
Dim Y as Range
I now want to evalute what data type X is. Is their a property fo
type?
IF X.Type = Comment Then
et
say I have two variables X and Y
Dim X as Comment
Dim Y as Range
I now want to evalute what data type X is. Is their a property fo
type?
IF X.Type = Comment Then
et