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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top