S
shapper
Hello,
On the start of a function I need to verify a condition.
If it is false I want the rest of the code to not run.
My question is:
should I put all the function code inside an IF or is there a command
that I should use that interrupts the function?
My function is as follows:
Private Sub MyF()
End Sub
Thanks,
Miguel
On the start of a function I need to verify a condition.
If it is false I want the rest of the code to not run.
My question is:
should I put all the function code inside an IF or is there a command
that I should use that interrupts the function?
My function is as follows:
Private Sub MyF()
End Sub
Thanks,
Miguel