View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Setting References in VBA

References are set for each workbook.

If you set a reference to a workbook, save and close it, and then reopen it, it
should still be there.



Todd Huttenstine wrote:

IN VBA when I go to reference and reference a new library, why does it not
stay there for when the next time open Excel?


--

Dave Peterson