setting up worksheet to open at the top

  • Thread starter Thread starter Lance
  • Start date Start date
L

Lance

In the open or save event you can add the line
example:

Private Sub Workbook_Open()
ActiveSheet.Cells(1, 1).Select
End Sub
 
Lance,


Sorry for my ignorance- but can you give me the steps to
do this, I have no
idea where to save an event. Is this in VB?


Thanks,

Michelle
 
Back
Top