Jump to content

Open a Excel Worksheet


Recommended Posts

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...