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.
Any help would be greatly appriciated! Thanks.