Unhiding the worksheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Currently I am working on a project where I want to hide a particular sheet from end users but can not protect the workbook as other sheets should be seen by users. Users should not be able to see the hidden file
Thanx
 
Jay,

Are you asking for?

Worksheets("Sheet3").Visible = xlSheetVeryHidden

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

JAY said:
Currently I am working on a project where I want to hide a particular
sheet from end users but can not protect the workbook as other sheets should
be seen by users. Users should not be able to see the hidden file.
 
Great it works Thanks a lo

----- Bob Phillips wrote: ----

Jay

Are you asking for

Worksheets("Sheet3").Visible = xlSheetVeryHidde

--

HT

Bob Phillip
... looking out across Poole Harbour to the Purbeck
(remove nothere from the email address if mailing direct

JAY said:
Currently I am working on a project where I want to hide a particula
sheet from end users but can not protect the workbook as other sheets shoul
be seen by users. Users should not be able to see the hidden file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Unhide sheet 2
Hidden rows 1
prompt password for a worksheet 5
Syntax to match sheet by codename 4
Hide, unhide macro 19
Check Box Question 1
Hide/Unhide Multiple Sheets 3
password protect individual sheets 1

Back
Top