In this example, you can see how this code looks like. Sub SimulateExitIf() Dim myvar As Integer myvar = 4 If myvar < 6 Then GoTo flag1 End If ...
確定! 回上一頁