View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
R..VENKATARAMAN
 
Posts: n/a
Default Movement of cursor

create a command button and put this code in that
Private Sub CommandButton1_Click()
Cells((ActiveCell.Row) + 1, "a").Select
End Sub
try this.



"L..." wrote in message
...
Have a spread sheet with several columns(14).
Would like be able to hit a key (i.e. Enter) to return to next row and
back to column #1.

thanks,

L.