Thread
:
How to end when test condition met?
View Single Post
#
1
Posted to microsoft.public.excel.programming
davegb
external usenet poster
Posts: 573
How to end when test condition met?
I have a test in my program,
If strOrig < "DYC" Or "" Then
After the code below runs, I want the macro to end when strOrig = DYC
or is blank. How do I tell it to end?
Reply With Quote
davegb
View Public Profile
Find all posts by davegb