In excel VBA,Application.OnRepeat does not work.

David Dai 1 Reputation point
2021-02-19T00:56:04.98+00:00

Sub tmp() Application.OnRepeat "VBA-redo", "My_Repeat_Sub" Application.OnUndo "VBA-Undo", "undo" End Sub Sub My_Repeat_Sub() Debug.Print "REPeat" End Sub Sub undo() Debug.Print "undo" End Sub

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,250 questions
0 comments No comments
{count} votes