Hi,
Alt+F11 to open
VB editor. Double click 'This Workbook' and paste this nin
on the right
Private Sub Workbook_Open()
For X = 1 To Worksheets.Count
Sheets(X).Select
Sheets(X).Range("A1").Activate
Next
Sheets(1).Select
End Sub
Mike
"Trish Smith" wrote:
Hi everybody,
I'm hoping that someone can show me how to select a1 on each sheet of a
workbook so that all users don't have to scroll up when they re-open
worksheet.
Thanks for your help
--
Trish