Select the sheet that you want to hide then from the menu:
Format | Sheet | Hide
But it can be unhidden using the same process.
To really hide it you can get into the
VB Editor and use that to set the
sheet's visible property to xlVeryHidden which not only hides it but keeps it
from showing up in the list of sheets available to be unhidden.
"oceanmist" wrote:
I need to put a multi-worksheet Excel file on a network folder so others can
read it; however, I would like to "hide" one of the worksheets. Is there a
way to do this?