Is there another way to find the type of an object other than the TypeOf statement? If I check for types of controls that aren't included in the project, it generates an error which can't be handled. I've considered using the Object object and just try every property (.Text, .Caption etc) but that seems kind of sloppy. Any suggestions?

Thanks.

Drew