View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default How to get function,object, and sub list from imported reference library

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

NickHK

wrote in message
ups.com...
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.