Question abt referance files !*9152008

  • Thread starter Thread starter J.Alladien
  • Start date Start date
J

J.Alladien

Hello to All,

When opening the tools=>referances Box , where Location and Language of the
file are displayed ,it;s not possible to see the exact location of some of
the files because the display is too short,Is there another way I can read
the exact location for these files more clearly , maybe with help of an
ADD-in or something?cause I did find an ADD-in that does this but its for
ACCESS 97 !

Thanks in advance!
 
Dim refCurr As Reference

For Each refCurr In References
With refCurr
Debug.Print .Name & ": " & .FullPath
End With
Next refCurr
 
Thanks a lot !

Earl

Douglas J. Steele said:
Dim refCurr As Reference

For Each refCurr In References
With refCurr
Debug.Print .Name & ": " & .FullPath
End With
Next refCurr
 
Back
Top