attaching descriptions to list of values for cell validation

L

landolas

I want to be able to use cell validation to attach descriptions alongside
possible cell values to help the user select the right value from a set of
possible valid answers. I am trying to resist complex macros/vba to keep the
application maintenance light.
 
R

RagDyeR

Select the cell. then:
<Data> <Validation> <Input Message> tab,

Type message,
Then <OK>

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I want to be able to use cell validation to attach descriptions alongside
possible cell values to help the user select the right value from a set of
possible valid answers. I am trying to resist complex macros/vba to keep the
application maintenance light.
 
Top