PDA

Click to See Complete Forum and Search --> : Disable undo feature within word


scobiej
Jan 8th, 2004, 11:08 AM
I have an external VB6 application controlling word that creates large catalogues. I have tried various approaches to stop the word instance from issuing a confirmation yes/no dialogue half way through the process. It waits for use intervention.

I've tried setting alerts to false etc and it does not seem to work.

Does anyone know how to switch undo feature off completely or set it to say 1, or 2 only instead of its default.

cheers

Matt_T_hat
Jan 14th, 2004, 09:40 AM
How exactly are you controling the word instance?

scobiej
Jan 14th, 2004, 09:58 AM
its

wDoc.undoClear

this resets and flushes the space taken up with undo information and stops the message appearing

cheers