With VBA and Excel, how can I loop through the properties of a given cell and determine their values? I'm looking for something like
Dim MyProp as Property
Dim MyCell as Range
Set MyCell = "$A$1"
For each MyProp in MyCell.Properties
Debug.Print MyProp.Name &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.