Setting References in VBA

T

Todd Huttenstine

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?
 
D

Dave Peterson

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.
 
T

Todd Huttenstine

Guess Im so used to working with the same projects over and over I assumed
references were saved in the actual program itself. Makes sense. Thanx.
 
Top