> This method fills the undo stack and then deletes them all.
> Is there a way for the steps to not enter into the undo stack at all?
[quoted text clipped - 48 lines]
>> > On Error GoTo 0
>> > End Function
No, I dont want to undo them. I type the 4-letter word. After that I should
be able to say, whatever action I do after this, DO NOT enter them into the
undo stack. Is there a way?
> Hi Sat,
>
[quoted text clipped - 57 lines]
> >> > On Error GoTo 0
> >> > End Function
Klaus Linke - 25 May 2005 00:31 GMT
Still no :-(
For Undo to work, Word has to keep track of everything that changed, and roll the changes back one by one.
As soon as your macro makes changes (and as I understood it, it makes thousands), you're stuck.
At least the macro from Roemer Lievaart that Greg posted undoes all 1000+ changes with one Ctrl+Z.
Klaus
> No, I dont want to undo them. I type the 4-letter word. After that I should
> be able to say, whatever action I do after this, DO NOT enter them into the
[quoted text clipped - 61 lines]
>> >> > On Error GoTo 0
>> >> > End Function