PDA

View Full Version : Cmd button for Redo Function



rangga
12-11-2010, 01:23 AM
hi, i'm new in VBA, i have a cmd button that have "Undo Function". i'm using this code;
Sub Undo()
application.undo
end sub
my question is how do i create similar button but have "Redo Function"
can someone help me please..thanks and sorry for my english..:help

Simon Lloyd
12-11-2010, 02:14 PM
take a look here http://www.vbaexpress.com/forum/showthread.php?t=35058&highlight=Cmd+button+for+Redo+Function