I'm using Excel 2000. Last week, while working on this project, Iknow I was able to easily print out the type of a variable usingMsgBox (for debugging purposes). However, I can no longer rememberwhat the command was! Can anyone help me with this?
I think the function you want is TypeName... which returns a literalspecifying the type of a variable. You can see quite a bit more in Help.