View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default An objects properties?

In the Object Browser, You should be able to find ActiveWorkbook in the left
column, then its children will be in the right column.

--
Regards,
Tom Ogilvy


"davegb" wrote in message
ups.com...
How do you tell what are methods, properties, objects for an object
like "ActiveWorkbook"? I can look it up in the Object Browser and see
what it's "parent" is, but not what it's "children" are. Is there a
reference source that works like the OB in reverse?