lock page until data validation cell is completed?

splitpeanut

New Member
Joined
Apr 24, 2006
Messages
20
Is there a way to lock all the other cells on a worksheet until one “required” data validation cell is completed?

Or could this function possibly work with a combo box?

Actually, this would be great if a series of cells were required to be completed in succession before the next field is unlocked...

thanks,
Jon
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi Jon ,

I don't think this is possible using formula, but it would be possible with VBA, are you open to a VBA solution.
 
Upvote 0
If D4 is the critical cell, you could put Validation on all the other cells with the formula

=(LEN($D$4)>0)
and uncheck the ignore blanks box.
 
Upvote 0
Hi Jon,

I've sent you a PM with my email add if you are able to send me a copy of your form, along with detail of which cells are involved, and in which order.

If your unable to send your form, can you let me know detail of which cells are involved, and in which order.
 
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,903
Members
452,948
Latest member
Dupuhini

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