View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Advice on Reading the Object Browser

Kim,

The lightning bolt symbol indicates that the item is an event.
The green thing indicates that the item is a method, either a Sub
or Function procedure. The thing with the hand indicates that
the item is a property.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Kim" wrote in message
...
I am having some difficulty trying to learn what the
symbols in the Excel object browser mean. For example, in
the chart class there is a green thing next to "activate"
and then a "lightening" next to "activate" below that.
Can anyone advise me as to what the different symbols
mean? Is there any one site that gives a good and
suggested detailed explanation of how to read the object
browser?