StackOverflow 文档 excel-vba 教程 调试和故障排除 停止 停止 Created: November-22, 2018 Stop 命令将在调用时暂停执行。从那里,该过程可以恢复或逐步执行。 Sub Test() Dim TestVar as String TestVar = "Hello World" Stop 'Sub will be executed to this point and then wait for the user MsgBox TestVar End Sub 在代码中添加断点调试器本地窗口