E
Edward Mendelson
This should be obvious, but I'm afraid it isn't to me, so I'll be grateful
for any help.
Is there a way to write the If statement represented by CAPITAL letters
below on a single line? (And not as two nested If statements, one for more
than -32, one for less than 32)?
dim myNumber as Long
If myNumber IS MORE THAN -32 BUT LESS THAN +32 Then ...
Please forgive what may be the most elementary question asked here in years.
Edward Mendelson
for any help.
Is there a way to write the If statement represented by CAPITAL letters
below on a single line? (And not as two nested If statements, one for more
than -32, one for less than 32)?
dim myNumber as Long
If myNumber IS MORE THAN -32 BUT LESS THAN +32 Then ...
Please forgive what may be the most elementary question asked here in years.
Edward Mendelson