H Hap Well-known Member Joined Jul 20, 2005 Messages 647 Dec 14, 2005 #1 Is there a "or" or an "and" syntax for VBA or would I need to use a nested if statement to get the same result? Thanks
Is there a "or" or an "and" syntax for VBA or would I need to use a nested if statement to get the same result? Thanks
just_jon Legend Joined Sep 3, 2002 Messages 10,473 Dec 14, 2005 #2 If Condition And Condition Then If Condition Or Condition Then
H Hap Well-known Member Joined Jul 20, 2005 Messages 647 Dec 14, 2005 #3 Thanks. I thought I had tried that.