Hi,
You need a bit of code. Alt + F11 to open
VB editor. Double click 'This
Workbook' and paste this in.
Private Sub Workbook_Open()
Sheets("Sheet3").Select ' Change to suit
End Sub
Mike
"Arup C" wrote:
Hi all,
Can I make a specified sheet as startup sheet in a workbook so that it open
the same sheet every time ? By default Excel opens the sheet which was open
at last save.