How can I hide data in colums.

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

Guest

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.
 
Gord

Right click on the column header and select Hide. Then protect the sheet
(Tools>Protection>Protect 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
(e-mail address removed)
 
Thanks Nick. I hope you don't mind. I sent you an email. But just incase you
didn't get it. I really only want to hide certian cells in a column, not the
whole column. Is that possible?
 
Gord

You can't but you could colour the font white and stop the user selecting
the cell. That way the casual user wouldn't be able to see it, but it would
print!

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 

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

Back
Top