Message 1 of 2
Turn off Migration Warning on Doc.Save2()

Not applicable
09-19-2011
01:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Using 2011.
I have lists of Documents I am altering and saving automatically in a loop
The problem is that if the file needs to be migrated you get a dialog box in your face for every file in the list.
How can I temporarally turn the dialog off?
ThisApplication.SaveOptions.PromptSaveForMigration = False
Does not do it.