berty2000
Board Regular
- Joined
- Mar 29, 2011
- Messages
- 71
Hi guys
Im sure this is simple but i cant seem to get anything to work correctly.
Im trying to make active cell the last cell with data in from a range all in the same row.
xlToRight goes to the first number and xlToLeft goes outside the range
Any ideas what i'm doing wrong please?
Im sure this is simple but i cant seem to get anything to work correctly.
Im trying to make active cell the last cell with data in from a range all in the same row.
Code:
ActiveSheet.Range("E5:J5").End(xlToRight).Select
xlToRight goes to the first number and xlToLeft goes outside the range
Any ideas what i'm doing wrong please?