List of methods and/or properties

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

For any given object there are methods and properties. Is there a way
to produce the complete list of a given object? For example I've been
trying to work with chart objects. I would like to have a reference
list to show me all of my options for a chart object. I realize that
VBA will produce a drop down list while I am typing. I would prefer
to have that list, on paper, next to my computer so I can scan through
the whole thing at once. Any ideas for getting that list?

thanks,
Andy
 
For any given object there are methods and properties.  Is there a way
to produce the complete list of a given object?  For example I've been
trying to work with chart objects.  I would like to have a reference
list to show me all of my options for a chart object.  I realize that
VBA will produce a drop down list while I am typing.  I would prefer
to have that list, on paper, next to my computer so I can scan through
the whole thing at once.   Any ideas for getting that list?

thanks,
Andy

Try this link:

http://msdn.microsoft.com/en-us/library/ff194068.aspx
 
Back
Top