I am having trouble writing a code to recognize if a number is odd or not and then determining what to do from there... It keeps pooping up with an "object required" error. Please let me know how I can fix it, or if you have ever come across this problem.
Here is my code
STNDRD=17
If STNDRDR Is IsOdd Then ActiveCell.Offset(0, 0).Select
Else
ActiveCell.Offset(0, -1).Select
End If
Here is my code
STNDRD=17
If STNDRDR Is IsOdd Then ActiveCell.Offset(0, 0).Select
Else
ActiveCell.Offset(0, -1).Select
End If