I have a list of prefered words for specific type work sheets, is there a way
to force a user to select from that list and only that list?
In my workbooks, each sheet will have a column (F) that will use up to 29
rows maximum. When ever a user selects a cell in that column I want to force
them to select from a list of specific words to fill the cell.

Signature
Regards
VBA.Noob.Confused
XP Pro
Office 2007
Gary''s Student - 24 Jan 2008 15:09 GMT
Use Data Validation

Signature
Gary''s Student - gsnu200766
> I have a list of prefered words for specific type work sheets, is there a way
> to force a user to select from that list and only that list?
> In my workbooks, each sheet will have a column (F) that will use up to 29
> rows maximum. When ever a user selects a cell in that column I want to force
> them to select from a list of specific words to fill the cell.
Rick S. - 24 Jan 2008 20:46 GMT
This works great! ;)
Can the font size be chaned?

Signature
Regards
VBA.Noob.Confused
XP Pro
Office 2007
> Use Data Validation
>
[quoted text clipped - 3 lines]
> > rows maximum. When ever a user selects a cell in that column I want to force
> > them to select from a list of specific words to fill the cell.
Rick S. - 24 Jan 2008 21:49 GMT
It would be nice if we could edit our replies/posts.
Can the font size be changed? (not chaned)

Signature
Regards
VBA.Noob.Confused
XP Pro
Office 2007
> This works great! ;)
> Can the font size be chaned?
[quoted text clipped - 6 lines]
> > > rows maximum. When ever a user selects a cell in that column I want to force
> > > them to select from a list of specific words to fill the cell.
Gord Dibben - 24 Jan 2008 22:54 GMT
DV dropdown list fonts cannot be changed.
There are workarounds.
See Debra's site
http://www.contextures.on.ca/xlDataVal08.html#Font
Gord Dibben MS Excel MVP
>It would be nice if we could edit our replies/posts.
>
>Can the font size be changed? (not chaned)