Redo

Home Search Site Map

Up
Clear
Copy
Cut
Delete...
Delete Sheet
Fill
Find...
Go To...
Links...
Move or Copy Sheet...
Object
Office Clipboard...
Paste
Paste as Hyperlink
Paste Special...
Redo
Replace...
Undo

New! Excel User Group Now Open @ www.excelusergroup.org, Check It Out!


Menu command Type What happens next?
Redo  

This is the reverse of 'Undo', letting you repeat commands that have been undone or you wish to do several times.  Again the arrow to the right of the 'redo' toolbar button allows you to review the list.

This option is also cleared after a save or running code.

Nb: This must be the first line in the code as it will not repeat actions taken by any VBA code, it will only repeat the last action taken in the user interface.

Sub UseReDo()()
Application.Repeat
End Sub

Copyright Nick Hodge 2008. All Rights Reserved.