Hiding a sheet forever from end users

Hi All,

I have come up with an excel file [Excel 2007] where the sheets are designed to process some business related information.

Im looking for ways to hide the sheet forever from end users.

The options like Visible property can be broken using VBA code.
Is there a way, i can hide the sheet and its contents from end users.
Thanks in advance

Nick's picture

In vba editor, change the

In vba editor, change the property of the sheet from visible to xlveryhidden