Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Josefina Stanley   on Jan 30 In MS Office Category.

  
Question Answered By: Harriet Hughes   on Jan 30

Open Visual Basic Editor, then click on "ThisWorkbook" in Project-
VBAProject and paste this code

Private Sub Workbook_Open()
Sheets("Sheet1").Visible = False
Sheets("Sheet2").Visible = False
End Sub

This code will hide  Sheet1 and Sheet2 upon opening  the workbook

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Hiding Worksheets Or get search suggestion and latest updates.


Tagged: