List of methods and/or properties

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
 
L

lifescholar

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top