Preventing Visio from restartring and recovering a diagram following a crash

A

Andy

If Visio crashes it automatically restarts and attempts to recover the
diagram. However, my diagram is controlled by automation so I don't
want visio to attempt to restart. Is there anyway I can disable Visio
from restarting following a crash.

Thanks
 
A

Andy

Thankyou

Setting Visio.Application.AutoRecoverInterval to 0 disables the auto
recovery. If greater than 0 it can be utuned off for individual
documnets using ThisDocument.AutoRecover. If turned off for a document,
this must be done each time the document is opened.
 
Top