I know it is frowned upon, but I would like to exit out of an If...Then statement if a condition is true. Will this cause me any problems down the road if I don't properly exiting with the End If.
Thanks for your response!![]()
If Duration = 0 Or NoProduct Then Response = MsgBox("Product not selected.", 0, "Error Message") GoTo Finished ' No product was chosen, exit out of procedure. End If '{ Other coding if a product is chosen } Finished:
![]()
Bookmarks