Turn off Migration Warning on Doc.Save2()

Turn off Migration Warning on Doc.Save2()

Anonymous
Not applicable
509 Views
1 Reply
Message 1 of 2

Turn off Migration Warning on Doc.Save2()

Anonymous
Not applicable

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.

0 Likes
510 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Figured it out.  

 

Toggling the Application SilentOperation property Property skips the migration message.

 

 

0 Likes