An objects properties?

  • Thread starter Thread starter davegb
  • Start date Start date
D

davegb

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?
 
In the Object Browser, You should be able to find ActiveWorkbook in the left
column, then its children will be in the right column.
 
Tom said:
In the Object Browser, You should be able to find ActiveWorkbook in the left
column, then its children will be in the right column.

Thanks for your reply, Tom. In my OB, Activeworkbook is only in the
right window and the top window. It doesn't appear in the left window.
Don't recall ever seeing it there. The left window seems reserves for
high level objects. When I do a search for Activeworkbook, the OB
highlights "Application", the parent, in the left window.

Maybe you're using a newer version - I'm stuck here with Win2000 and
Office 2000.
 
No, I was too quick to answer. if you select Activeworkbook on the right,
at the bottom you see

ActiveWorkbook As Workbook

Workbook is a hyperlink and if you click on it, you get workbook in the left
window, selected and the properties in the right; think of it as
Workbook/ActiveWorkbook - so essentially what I said, but with addendum.
 
Tom said:
No, I was too quick to answer. if you select Activeworkbook on the right,
at the bottom you see

ActiveWorkbook As Workbook

Workbook is a hyperlink and if you click on it, you get workbook in the left
window, selected and the properties in the right; think of it as
Workbook/ActiveWorkbook - so essentially what I said, but with addendum.

Never thought to try that. Thanks!
 

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

Back
Top