View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R Avery R Avery is offline
external usenet poster
 
Posts: 220
Default VBA References List

I must confess that i have never worked with the registry before. Is there
a tutorial online anywhere on how to use it properly? I have been warned by
a co-worker to be careful when using it because problems might arise...



"Rob van Gelder" wrote in message
...
It's in the registry: HKEY_CLASSES_ROOT\TypeLib

Rob

"R Avery" wrote in message
...
Is there anyway to get a list of ALL references available to VBA

projects?
I know how to get the references that are active (i.e., checkmarked) for

a
particular VBproject, but i don't know how to get the un-checkmarked
references.

Any help would be appreciated.