Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBE ToolsReferences | Excel Programming | |||
Tools...References shows "MISSING:" in front of 2 references | Excel Programming | |||
Tools>References greyed out | Excel Discussion (Misc queries) | |||
Tools | References - information about references | Excel Programming | |||
Problem with VBE Menu -- Tools References | Excel Programming |