Sub test()
If Not (IsNumeric(ActiveCell)) And ActiveCell.Column <> 256 Then ActiveCell.Offset(, 1).Select
End Sub
Luapo said:Another question now. If I have been moving the active cell about by using offset, if I want to find out where the cell is, how do I do that. Whether it is in A1 form or 1, 1 it doesn't matter.
Cheers again
Luapo said:yeah that is great, now is there a way to separate the row number so I can use it as a variable?
Dim myVar as Long
'... other code ...
myVar = Activecell.Row