I cannot get microsoft VBA to recognize this statement:
if cells(irow,21).value in ("Y","N","R","P") then....
I have tried the IN statement with and without parens. I know this is a simple syntax issue but I cannot find an example of how to do this, even in VBA help.
Any insights?
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
"What version of URGENT!!! are you using?
if cells(irow,21).value in ("Y","N","R","P") then....
I have tried the IN statement with and without parens. I know this is a simple syntax issue but I cannot find an example of how to do this, even in VBA help.
Any insights?
Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports
"What version of URGENT!!! are you using?