View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Compile Errors and Missing references


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