Thread: references
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default references

Excel is not set up to show references in the project window. However, if
you go into the VB editor window and click Tool References it will display
a pop up dialog box with the References menu and the checked boxes indicate
the active references for your project.

"Curt" wrote:

downloaded a MVP word VBA basics showing procedure writing. Article by Bill
Coan Following his instructions Sub Test typeing ActiveDocument(.) a pop up
list apears. Noticed that references was showing on left project window how
can I get this same action in Excel. Possible?
Thanks