Format Unlocked Cell on Protected sheet

Biggsmiles

New Member
Joined
Dec 7, 2011
Messages
6
I am using excel 2003. I have locked and unlocked cell on the same sheet.

I have protected the sheet. I can enter data into the unlocked cells. But I can't

BOLD the text in the unlocked cells.

Is there anyway to allow the user to bold the text in the unlocked cells in a protected sheet?

Thanks,

BiggSmiles
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I'm pretty sure starting in 2003 when you protect the sheets that you have the multiple options to check - look for the one that says something like "Format cells" and make sure it is checked. If this isn't an option then you can try this code to protect sheets

ActiveSheet.Protect DrawingObjects:=True, Contents:=True, _ Scenarios:=True , AllowFormattingCells:=True

Hope this helps,
Ben
 
Upvote 0

Forum statistics

Threads
1,222,749
Messages
6,167,971
Members
452,158
Latest member
MattyM

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top