andrewb90
Well-known Member
- Joined
- Dec 16, 2009
- Messages
- 1,077
Hello,
I have this:
, I am trying to see if I can go from requiring an entry length to requiring a certain entry. such as "Blue Moon" basically once that phrase is entered, then my code will execute.
thanks,
Andrew
I have this:
Code:
If Len(Target.Value) > 3 And Len(Target.Value) < 31 Then
thanks,
Andrew