Save file without Migration dialog

Save file without Migration dialog

Anonymous
Not applicable
275 Views
1 Reply
Message 1 of 2

Save file without Migration dialog

Anonymous
Not applicable
Does anyone know of a way to save a file without getting the "Data Format Has Changed" dialog? When I use document.Save if the file needs migrating I get the dialog displayed to the user. I would like to just save the file in the new format without troubling the user.

Thanks,
Nate
0 Likes
276 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Set Application.SilentOperation property to True before the Save call and
reset the value after.

Sanjay-
0 Likes