Thread: security
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
kyoshirou kyoshirou is offline
external usenet poster
 
Posts: 133
Default security

can i have a simple secure like how to prevent users from editing sheet2?

Right now i have a add-in forms in sheet1, where new datas are be saved
inside sheet2.

I try to lock sheet2 then i cant add in new data from sheet1.

Any1 can helps?




"kyoshirou" wrote:

Hi Bob,
like that i add new data from my sheet1.


"Bob Phillips" wrote:

Sure, select all cells and unlock them (FormatCellsProtection), then
select those columns and lock them (FormatCellsProtection again), and
protect the sheet (ToolsProtection).

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"kyoshirou" wrote in message
...
right now i have a add-in forms in sheet1, where new datas can be saved
inside sheet2.
Inside sheet2, am i able to secure and prevent (let say 2 columns) users
from editing?