ds-blue-logo
Preview  |  SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
CACad Admin20/04/2017

I have a macro that opens old drawings, does a bunch of updating and re-saves the drawing.  One of the processes updates some custom property in the associated model if needed.  My issues right now is i use boolstatus = swModel.Save3(swSaveAsOptions_Silent, lErrors, lWarnings).  Works fine on parts but on assemblies i always get the prompt below to save references...

Is there a way in VBA to "save everything but not read only" or ignore this altogether...  Would prefer to just save drawing & model... skipping "additional" reference files...