How to get function,object, and sub list from imported reference library

  • Thread starter Thread starter gimme_this_gimme_that
  • Start date Start date
G

gimme_this_gimme_that

When I go into VBA and look at the Reference Library I see lots of
stuff that 's available that's registered for other applications.

Is there a way to get a list of Functions, Subs, (associated
Arguments), and Objects for a reference library?

Not necessarily a perusal from Excel.

Thanks.
 
Check the library of interest>OK.
Now View > Object Browser in the VBE
Select that library from the top combo
All the available functions, classes etc are displayed.

NickHK
 

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