View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrew[_56_] Andrew[_56_] is offline
external usenet poster
 
Posts: 130
Default List of methods and/or properties

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