Recent content by matthew_of_cambridge

  1. M

    looping through properties of all controls on a form...

    ' First, cast the AccessProperty to a Variant or Object: Dim testVar As Variant testVar = testObj.Properties(propertyName) ' Then, the TypeName function will give you the information you require: TypeName(testVar)
Back
Top Bottom