End Keyword
This keyword will terminate execution immediately.
Sub MyMacro()
If (5 < 10) Then
End
End If
Call MsgBox("hello")
End Sub
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited TopPrevNext
This keyword will terminate execution immediately.
Sub MyMacro()
If (5 < 10) Then
End
End If
Call MsgBox("hello")
End Sub