Changing Validation List

  • Thread starter Thread starter MichaelRobert
  • Start date Start date
M

MichaelRobert

I need to add an Item to my Validation list, but I don't seem to be able to
get rid of the old list. For example my 'old list' was called 'ValidVoltages'
and consisted of: (c3:c5) 12, 24, 120.

My new list - also to be called 'ValidVoltages' - consists of (c3:c6):
(Select one), 12, 24, 120. Problem is that I cannot get rid of the old
selection, nor can I delete its name from the address box.

Help please.

Thanks
 
If you just redefine the range name you shouldn't have to change the data
validation at all.
 
Select C3:C6.
In versions before 2007, click on Insert - Name - Define.
Type the name ValidVoltages. Do not just click on that name in the list of
names that you see. Doing that will get you the previous range. Type it
in.
In Excel 2007, click on Formulas - Define Name - Define Name. Again, type
in the name. HTH Otto
 
Back
Top