[tt]What I have is 10 worksheet workbook that wiht this code when the users saves the document at the last page when they open it again it defaults back to page one (this is working great)
Option Explicit
Private Sub Workbook_Open()
Worksheets("Sheet1".Select
End Sub
My question is, using the same same code, can I make the cursor automatically move to cell A7 for example upon opening??
Option Explicit
Private Sub Workbook_Open()
Worksheets("Sheet1".Select
End Sub
My question is, using the same same code, can I make the cursor automatically move to cell A7 for example upon opening??
[tt]"A Successful man is one who can build a firm foundation with the bricks that others throw at him"[/tt]