> However, you can save a lot of time by grouping all the sheets
> together (right-click on a sheet tab, or click on the first sheet,
> hold down SHIFT and click on the last sheet tab then release SHIFT)
> and then set up the data validation in the cells A1:A23.
Can't apply validation with sheets grouped, at least, not in Excel 2002.
You can apply the validation to one sheet then copy it and paste it to the
remaining grouped sheets.
>A1:A23, can only accept, "H","S","Y","N"or "O" and nothing else.
I assume you explicitly mean those uppercase letters.
Select the range A1:A23
Goto Data>Validation
Allow: Custom
Formula:
=AND(LEN(A1)=1,COUNT(FIND(A1,"HSYNO")))
OK out

Signature
Biff
Microsoft Excel MVP
> Conditional formatting has got nothing to do with it !! CF allows you
> to change the appearance of the cell (bold, italic, underline, colours
[quoted text clipped - 31 lines]
>> --
>> Message posted viahttp://www.officekb.com
BNT1 - 14 Oct 2007 17:12 GMT
thanks to you all
have used the custom validation and formula, then copied sheet
regards
>> However, you can save a lot of time by grouping all the sheets
>> together (right-click on a sheet tab, or click on the first sheet,
[quoted text clipped - 24 lines]
>>> --
>>> Message posted viahttp://www.officekb.com
T. Valko - 14 Oct 2007 18:36 GMT
You're welcome. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
> thanks to you all
>
[quoted text clipped - 30 lines]
>>>> --
>>>> Message posted viahttp://www.officekb.com