View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default How to find out the data type of a variable in VBA ?

Hi Adrian,

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

---
Regards,
Norman



"Adrian" wrote in message
...
Hi,
How do I find out the data type of a variable in VBA ? Thanks..


--
Regards,
Adrian