Thread: cursor position
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default cursor position

Private Sub Workbook_Open()
Worksheets("Sheet1").Cells(1, 1).Select
End Sub

Modify the sheet and cell as necessary

"MarkT" wrote:

In Excel 2003, running XP Pro

Is there a way to have the cursor always be placed in a certain cell when a
workbook is opened up - regardless of where the user left it when they exited
out last?

Thanks for your help!

Mark