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
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