Right click sheet tab>view code>insert this>change column to suit needs.
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 1 Then Exit Sub
Application.EnableEvents = file
Target.Value = UCase(Target)
Application.EnableEvents = True
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Doug" <(E-Mail Removed)> wrote in message
news:E16E7FA8-51A8-4CC6-A3B3-(E-Mail Removed)...
>I have a column that I want it to always show caps when I type in text. How
> can I set the formatting for this?
>
> Thanks
> --
>