I have an excel file which would be available on a shared drive. I want the users to be able to access all columns except one or two columns. Except the two columns which are protected all other columns should be editable.

thanks

link|improve this question
Have you tried "Protect Cells"? – Zach Scrivena Jan 28 '09 at 13:28
feedback

migrated from stackoverflow.com Jun 10 '11 at 12:03

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 5 down vote accepted

You can select a whole column, then go to Format/Cells and then the protection tab, and tick to protect them. Then go to Tools, protection and protect sheet to apply protection.

link|improve this answer
feedback

it is possible to protect the sheet, then allow certain ranges to be editable under tools->protection

link|improve this answer
feedback

Your Answer

 
or
required, but never shown