excel表格如何封锁vba宏
1.Excel VBA怎么建设可取消操纵的宏 Sub BlaBla() Application.OnRepeat "Repeat Procedure", "Repeat_Sub" Application.OnUndo "Undo Procedure", "Undo_Sub" End Sub Sub Repeat_Sub() Debug.Print "Repeat Here" End Sub Sub Undo_Sub() Debug
1.Excel VBA怎么建设可取消操纵的宏
Sub BlaBla()
Application.OnRepeat "Repeat Procedure", "Repeat_Sub"
Application.OnUndo "Undo Procedure", "Undo_Sub"
End Sub
Sub Repeat_Sub()
Debug.Print "Repeat Here"
End Sub
Sub Undo_Sub()
Debug.Print "Undo Here"
,抖客教程网