Checkbox help

LSpliff

New Member
Joined
Dec 19, 2005
Messages
8
Hi all... I needed to do some stuff for my job but I'm VB inept. What i need is a check box that, when unchecked, it renders lets say A35 to J46 inactive and greyed out where they cant enter any fields. Then when they check it, it opens up the fields. To make matters worse, I hardly use VB and I'll just say I know how to open the editor lol I only have 2 years of C++ under me =oP

If anyone wants to take the time to help me it would really be appreciated!
 
By default, all cells are locked. With the sheet unprotected, you can CTRL+A (Select All), then Format-->Cells-->Protection-->Uncheck Locked.

Then only the cells in your code range will be affeected.

Smitty
 
Upvote 0

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,215,796
Messages
6,126,959
Members
449,350
Latest member
Sylvine

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