Hi all,
I am trying to put together an IF function that does something everytime a variable ranges between -5 and 5..I am however having an issue with the condition..how can I write the below correctly in VBA?
If ActiveSheet.Cells(s,4).Value >=-5 And <=5 Then...
Please help!
Thank you,
Alex
I am trying to put together an IF function that does something everytime a variable ranges between -5 and 5..I am however having an issue with the condition..how can I write the below correctly in VBA?
If ActiveSheet.Cells(s,4).Value >=-5 And <=5 Then...
Please help!
Thank you,
Alex