P
Paul W Smith
Rather than writing some VBA to restrict entries into a cell I thought I
would use the data validation!
All I am trying to do is restrict the user to having to select from the from
pick from list box. I believe I have set things up correctly, but I cannot
stop the use from adding spaces!
The use is restricted from using his own codes, but I cannot seem to stop
him from manually adding (in error) unnecessary spaces either before or
after his selection. What happens is he selects from the list, but he can
them manually edit the cell. It does not allow him to use entries that are
not in the list but it does allow them to insert spaces e.g. "EUR" can
become " EUR", now Vlookups do not match.
Am I doing some thing wrong. IN the vaidation dialog box I :
Allow: List
Ignore space: (I have tried both true and false)
Source: EUR,GBP,USD
Am I doing something wrong or does validation not work sufficent well to
allow me to only have my user have entered the codes I have set above,
without any leading or trailing spaces.
Paul Smith
would use the data validation!
All I am trying to do is restrict the user to having to select from the from
pick from list box. I believe I have set things up correctly, but I cannot
stop the use from adding spaces!
The use is restricted from using his own codes, but I cannot seem to stop
him from manually adding (in error) unnecessary spaces either before or
after his selection. What happens is he selects from the list, but he can
them manually edit the cell. It does not allow him to use entries that are
not in the list but it does allow them to insert spaces e.g. "EUR" can
become " EUR", now Vlookups do not match.
Am I doing some thing wrong. IN the vaidation dialog box I :
Allow: List
Ignore space: (I have tried both true and false)
Source: EUR,GBP,USD
Am I doing something wrong or does validation not work sufficent well to
allow me to only have my user have entered the codes I have set above,
without any leading or trailing spaces.
Paul Smith