I'm trying to make it so that validation sticks to a range.

for example I want everything in column B to only allow input that corresponds to the data in my pick list.

So Range("B:B")
My picklist or range of data that's valid being S1:S10

If someone cuts a cell anywhere in Cell B and places it elsewhere, whatever cell was cut will not be blank, the validation requirements will be reapplied to Range("B:B")

Thanks for your help in advance