
Originally Posted by
karl1985
in the meatime, i'm thinking
Given the rule of precedence and what little we know regards subsequent actions (DoThis/DoThat) I think a Select Case approach is likely to prove a pretty effective and simple method code wise.

Originally Posted by
karl1985
Why is it "case 4"??
I used the Column Number rather than the letter (D being column 4) - generally easier to work with numbers than letters when coding (IMO)
You can add additional Cases... if some Columns are to share the same action you can share the Case,
means Cols D & J are to perform the same (subsequent) action
Bookmarks