View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default How do I set default for a column so that first letters are caps?

Hi Theo

No setting available to force what you want, unless you use an event in
VBA solution.
You can apply solution after the data is entered, by using a helper
column.
With original data in A1, in another column enter =PROPER(A1) and copy
down the column as far as required.
Then, copy the whole of the helper column and Paste SpecialValues back
over the data entered in column A.
The helper column can then be deleted.

--
Regards

Roger Govier


"theo" wrote in message
...
if a column is names, how do i set it so that the first letters are
all caps?