How can I determine the object type of a variable pointed to by an Item Reference? Everything I've tried returns #NULL for pRef.$objtype() Is there any way to pass any unknown variable to a method and determine the variables object type within the method? Any ideas? Hugh