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 在程式碼中新增斷點偵錯程式本地視窗