agonysWeeper
Board Regular
- Joined
- Feb 4, 2011
- Messages
- 146
Private Sub Workbook_Open()
Application.Goto Reference:=Sheet3.Range("A1"), Scroll:=True
End Sub
I have this code in my Workbook so that everytime I open this excel file with 36 sheet, it will always open focus to Sheet3, but in opening this file the macro debugger always appear for some error which is highlighted in red.
Anyone can fixed this problem?
Appreciate reply.
Thanks
Application.Goto Reference:=Sheet3.Range("A1"), Scroll:=True
End Sub
I have this code in my Workbook so that everytime I open this excel file with 36 sheet, it will always open focus to Sheet3, but in opening this file the macro debugger always appear for some error which is highlighted in red.
Anyone can fixed this problem?
Appreciate reply.
Thanks