View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default How to hide a column


Hide by code using xlVERYHIDDEN. Then it can only be unhidden by code.
Protect the code

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Pascale" wrote in message
...
Hello,

I want to send out an excel file to some people, but I dont want them to
see
the column c. I know how to hide a column, That is not what I need, I
need
to have this column not accessible at all by the people who will receive
this
file.

Is this possible?


Thank you Pascale