ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Tools | References (https://www.excelbanter.com/excel-programming/361784-tools-%7C-references.html)

AA2e72E

Tools | References
 
Can someone tell me:
1. Where in the registry the list to references are held?
2. Whether it is possible to read that list using VBA instead of using
RegRead?

I can read the references that are checked in using VBA; I'd like to be able
to read all the available references.
Thanks.

Bob Phillips[_14_]

Tools | References
 
This will list all set references

Dim ref As Object

For Each ref In ThisWorkbook.VBProject.References
Debug.Print ref.Description
Next ref


--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"AA2e72E" wrote in message
...
Can someone tell me:
1. Where in the registry the list to references are held?
2. Whether it is possible to read that list using VBA instead of using
RegRead?

I can read the references that are checked in using VBA; I'd like to be

able
to read all the available references.
Thanks.




AA2e72E

Tools | References
 
"Bob Phillips" wrote:

This will list all set references


Thanks, but as I said in the original post, I can already do this.

What I need is to be able to enumerate all the available references, not
just the ones being used. I know this is in the Registry but cannot remember
where!


All times are GMT +1. The time now is 05:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com