Make people select from drop-down and not allow copy and paste

StacyJ01

New Member
Joined
Oct 6, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi, I have exhausted looking for a solution on YouTube and other google searches and in desperate need of help.
I have a file where I created a data validation drop-down list in column A in my spreadsheet. I want my users to HAVE to select from the drop-down list and NOT be able to override it with a new supplier name by doing a copy and paste or CTL-C and CTL-V. I have tried a couple of options, but nothing seems to work the way I want it to. I have locked, unlocked, protected & unprotected, but nothing seems to work. I am open to having a macro in the file, but I am a novice and not really sure how to write one. I am running Win 10, if that matters at all.
Any help is greatly appreciated!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I would copy my drop-down list selection to 75 to 100 cells in column A.
 
Upvote 0
One option is to to use a macro so that when a user selects a cell in column A, instead of having the user type into the cell, a UserForm comes up for them to type into. The code in the UserForm copies the data into the cell. Here is a demo. Click on any cell in column A to see how it works.

 
Upvote 0

Forum statistics

Threads
1,215,040
Messages
6,122,806
Members
449,095
Latest member
m_smith_solihull

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