How to find out the data type of a variable in VBA ?

N

Norman Jones

Hi Adrian,

You can use the VBA TypeName function - syntax and examples in Help.
 
Top