Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Class Property Exists?

Status
Not open for further replies.

mgreer

Programmer
Jan 9, 2001
45
US
I'm trying to reference a class property, but if it doesn't exist I'm getting an error message 'Object doesn't support this property or method'. My goal is to not have an error message and just display nothing. I tried On Error Resume Next, but I still get the error message. Is there anyway I can check to see if the property exists before I reference it?

Any help would be greatly appriciated! Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top