Thread: Cursor movement
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Madhan Madhan is offline
external usenet poster
 
Posts: 78
Default Cursor movement

Hi, write a VBA code that does the following,
1. Check if the current cell is the last cell in the current row
2. If so, then set focus on the first cell of next row and activate it
I hope the above should help you.

"Tedebare" wrote:

how do i move the cursor from the end of a row to the beginning of the next
row after pressing ENTER