Is there a way to get a list of all valid properties for a given object?
If I wanted to start at cell a1, and go down and assign a1, a2, a3, all of the valid properties for let's say a worksheet object for example, is that something that can be done? I can't find any:
list = object.enumproperties
Any ideas?
See Question&Answers more detail:os