Logical String Evaluation
If Month = 4 Then
... whatever
--
HTH
RP
(remove nothere from the email address if mailing direct)
"VBA Dabbler" wrote in message
...
Does anyone know how to evaluate a logical string in VBA? An example of
one
is:
"Month=4"
If the variable 'Month' is 4, then the string would be true.
Thanks,
VBA Dabbler
|