View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default how do I find out property values for each control object?

There's lots of information in VBA's help.

And don't be afraid to experiment in a test workbook.

Bob Allen wrote:

How do I find out what the various values in the Property box actually do,
have happen, etc. for ALL of the various property elements? For example I am
currently using the RowSource property in VBA for Excel - but I would like to
know what the other property do, control, format, etc.

There must be lists of these elements and the various values that may be
placed in the elements - and the ramifications for the various values.

By an element I mean - things like RowSource, Name, Font, etc.


--

Dave Peterson