View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default hidden columns and row

Just hide the columns and protect the sheet. Add a password if desired. It
can be easily broken

--
Don Guillett
SalesAid Software

"Laurent M" wrote in message
...
My Excel application needs to be secure and i need to hide the first

column
and the first row of my sheet.
More over, i would like to lock them.

How can i do that?

Thanks