Gord
Right click on the column header and select Hide. Then protect the sheet
(ToolsProtectionProtect sheet...)
If you need more than this you will need to use VBA and the
xlSheetVeryHidden setting on the visible property of the worksheet object
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
HIS
"Gord" wrote in message
...
I am doing a simple inventory type sheet with multiple columns. I want to
hide data in one column that can't be seen by anyone until I allow it. Is
this possible.