Hi,
I need to clear the undo list
Some alternative to the following:
thank youCode:Cells(1, 1) = Cells(1, 1)
Printable View
Hi,
I need to clear the undo list
Some alternative to the following:
thank youCode:Cells(1, 1) = Cells(1, 1)
Ok, here's what I was looking for
Preserving the Undo List (Microsoft Excel)
the command
Code:Application.OnUndo "", ""
Thanks PcMax for sharing this :cheers: