setting up worksheet to open at the top

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
 
M

Michelle Thompson

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
 
Top