- Back to Home »
- VBA »
- [VBA] Goto_Label
Friday, November 29, 2019
Option Explicit
Sub Goto_lable()
GoTo Label1
Debug.Print ("GoTo")
Label1:
Debug.Print ("Label")
End Sub
Option Explicit
Sub Goto_lable()
GoTo Label1
Debug.Print ("GoTo")
Label1:
Debug.Print ("Label")
End Sub
- Copyright © Lập trình hệ thống nhúng Linux . Powered by Luong Duy Ninh -