Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Compile Errors and Missing references


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   Report Post  
Posted to microsoft.public.excel.programming
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
compile errors johnny Excel Discussion (Misc queries) 1 February 24th 05 11:49 PM
Compile Errors and Missing references mangesh_yadav[_146_] Excel Programming 0 October 28th 04 09:23 AM
Compile Errors and Missing references mangesh_yadav[_145_] Excel Programming 1 October 28th 04 09:13 AM
Handle Compile Errors JeffT Excel Programming 1 October 14th 04 01:38 PM
Compile Errors Patricia[_3_] Excel Programming 2 October 17th 03 11:48 AM


All times are GMT +1. The time now is 01:54 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"