R
Ron5440
Hey,
Can anyone help here...
If Mdl = "ZDX" Then 'Works fine
If Mdl or Mdl2 = "ZDX" Then 'Generates Type mismatch error
Does anyone know how to check more than one memory variable (Mdl and Mdl2)
against a string value?
Thanks,
RR
Can anyone help here...
If Mdl = "ZDX" Then 'Works fine
If Mdl or Mdl2 = "ZDX" Then 'Generates Type mismatch error
Does anyone know how to check more than one memory variable (Mdl and Mdl2)
against a string value?
Thanks,
RR