Re: Do data types (integer, string, etc.) show up anywhere in the object browser?
Originally Posted by daffodil11
They do.
Change the library to VBA specifically. They're members of the vbVarType class. If you disable online connectivity, F1 will pop a useful list of all the types.
Why are the data types assigned to a random constant? Ex: vbBoolean = 11 and vbLong = 3
Bookmarks