chuckchuckit
Well-known Member
- Joined
- Sep 18, 2010
- Messages
- 541
Need to know if a row is even or odd numbered, such as:
So now need to determine if this row is even or odd, but don't know the math logic to determine this?
Thanks. - Chuck
Code:
Dim ROWcursorIsNOW
ROWcursorIsNOW = ActiveCell.Row 'get row our cursor is on
Thanks. - Chuck