Quote Originally Posted by andybarrett1 View Post
Hi...

But what would the right "if-then" would be for this ??

Andy
Hi Andy,
The "right" one is the one that works for YOU the person doing the programming. Many options exist. If Then is a Boolean or true false expression. You could use select case, or branch, on goto to acheive the same results.