I understand you want to activiate the navigation sheet always.. Try pasting
the below code. Press Alt+F11 from workbook to launch VBE. From the left
treeview double click on 'This Workbook' and paste the below code to the code
pane. Type in your navigation sheet name within the double quotes..Save and
close.. Get back to workbook. Try opening the workbook after saving from a
different sheet.
Private Sub Workbook_Open()
Me.Sheets("TypeyourSheetname").Activate
End Sub
If this post helps click Yes