欢迎访问抖客教程网!

抖客教程网

您现在的位置是:主页 > 办公课堂 > Excel教程 > Excel函数 >

Excel函数

excel表格如何封锁vba宏

发布时间:2024-03-23 12:30:01Excel函数评论
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"

抖客教程网

热心评论

评论列表