Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Late binding could be an option for the long-term, but at the moment i is not solving my immediate problem. How do I list the active references. - Manges -- mangesh_yada ----------------------------------------------------------------------- mangesh_yadav's Profile: http://www.excelforum.com/member.php...fo&userid=1047 View this thread: http://www.excelforum.com/showthread.php?threadid=27309 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Sub ShowReferences() Dim ref As Object For Each ref In ThisWorkbook.VBProject.References Debug.Print ref.FullPath, ref.Name Next End Sub -- Regards, Tom Ogilvy "mangesh_yadav" wrote in message ... Late binding could be an option for the long-term, but at the moment it is not solving my immediate problem. How do I list the active references. - Mangesh -- mangesh_yadav ------------------------------------------------------------------------ mangesh_yadav's Profile: http://www.excelforum.com/member.php...o&userid=10470 View this thread: http://www.excelforum.com/showthread...hreadid=273090 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compile errors | Excel Discussion (Misc queries) | |||
Compile Errors and Missing references | Excel Programming | |||
Compile Errors and Missing references | Excel Programming | |||
Handle Compile Errors | Excel Programming | |||
Compile Errors | Excel Programming |