WOW I almost missed this one LOL

Hey Steve

Hi Fatty is that you on augi? (I think I remember the sig)

Hi JHammond53

Welcome to VBAX!!

In the enviroment I work in we use acad.lsp to instert a dwg that has all of the linetypes, layers etc on start up and set a user1 variable in the acad doc that prevents the lsp from doing it more than once. The reason we do it this way is the drawings are generated from external programs as dxf files so some of the information is not set. (plotter define, paper layouts....) these all get set with this insert.

On a new drawing we have menu picks and lsp files for creating new drawings. The reason we do it that way is, it is easier for the user to get it done without picking the wrong template or un-updated template. Instead of having different templates for each condition (foundation, structural drawings, elevation & shop drawings )

Just a couple cents to throw in the disscusion. Let me know if I can be of help, looks like the problem has been well addressed and handled.