Save Tab


Save options

microsoft excel docs
Application.Options.CreateBackup = False 
Application.Options.AllowFastSave = False
Application.Options.BackgroundSave = False
ActiveDocument.EmbedTrueTypeFonts = False
Application.Options.EmbedTrueTypeFonts = False
Application.Options.DoNotEmbedSystemFonts = False
Application.Options.LocalNetworkFile = False
Application.Options.SaveInterval = 10 ' this is changed to 0 if you choose not save AutoRecover info
Application.Options.EmbedSmartTags = False
Application.Options.SmartTagsAsXMLProps = False
Application.Options.SavePropertiesPrompt = False
Application.Options.SaveNormalPrompt = False
Application.Options.SaveFormsData = False
Application.Options.EmbedLinguisticData = False

Default format

microsoft excel docs
Application.DefaultSaveFormat = "" 'this is the default Word Document (*.doc)  
Application.Options.DisableFeaturesbyDefault = False
Application.Options.DisableFeaturesIntroducedAfterbyDefault = wdDisableFeaturesIntroducedAfter.wd80

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext