Bonediggler1
Technical User
Hi--
A quick (and I think easy) question: How to reference a label in another module?
I have the following code in one module, which serves as a point to terminate execution in case of errors:
ExitLine:
Exit Sub
And would like to reference this (i.e. "ExitLine:") from another module.
Thank you!!
A quick (and I think easy) question: How to reference a label in another module?
I have the following code in one module, which serves as a point to terminate execution in case of errors:
ExitLine:
Exit Sub
And would like to reference this (i.e. "ExitLine:") from another module.
Thank you!!