GoTo toThis
MsgBox”This line of code will be skipped over and go directly to toThis: unless this code is broke…”
MsgBox ” This line of code is not working now.
toThis:
MsgBox “Code is working properly.”