Restricting cell inputs based upon another cells contents

macca_18380

New Member
Joined
May 15, 2024
Messages
22
Office Version
  1. 365
Hi and thank you all again in advance!

How would i restrict entry of any data into a cell in VBA based upon the contents of another cell?

For example, if cells A1:A10 contains "YES" or "NO" then how do i restrict a row of corresponding cells in cells B1:B10 from having any data entered?

Thank you again!

Best regards
Michael
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
You can do this with data validation.
Notice the message after trying to enter a value into B3:
1716395312733.png


You can use a rule similar to this:
1716395376530.png


Unless you absolutely have to use VBA...
 
Upvote 0

Forum statistics

Threads
1,217,370
Messages
6,136,155
Members
449,994
Latest member
Rocky Mountain High

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