Jump to content

Recommended Posts

Posted (edited)

Hi Strate,

yes, compare only if $var not number and it works.

If  StringIsInt($var) or  $var <> "Quantity" Then

;If $var <> "Quantity" Then

If not StringIsInt($var) and $var = "Quantity" Then

;      If $var = "Quantity" Then

OR

If StringIsAlpha($var) and $var = "Quantity" Then

If  not StringIsAlpha($var) or  $var <> "Quantity" Then

Are you saying you HAVE or "have not" worked out how to do a "Pick List" for the worksheet too?

(I still don't know if I really need all that checking of the format in the function either...)

Best, Randall

Edited by randallc

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...