Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I had this set up on my old computer, but can't seem to find how to get it
set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Excel?
You can get it in another cell with =UPPER(LEFT(A1,1))&MID(A1,2,255) -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Dave" wrote in message ... I had this set up on my old computer, but can't seem to find how to get it set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
right click sheet tabview codeinsert this.
You may want to restrict to certain columns/rows??? Private Sub Worksheet_Change(ByVal Target As Range) Application.EnableEvents = False Target = Application.Proper(Target) Application.EnableEvents = True End Sub -- Don Guillett SalesAid Software "Dave" wrote in message ... I had this set up on my old computer, but can't seem to find how to get it set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You might also check out the text tools in the J-Walk PUP add-in. Go to the J-Walk site (John Walkenbach) at
http://j-walk.com/ss/pup/pup6/index.htm This add-in is really the best thing since sliced bread. I've used it for years and could not work without it. He gives you a free trial and the registration is cheap if you decide to keep it. HTH -- RMC,CPA "Dave" wrote in message ... I had this set up on my old computer, but can't seem to find how to get it set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Tools |Autocorrect Options. Check the box to Capitalize first word in
sentences. -- Rae Drysdale "Dave" wrote: I had this set up on my old computer, but can't seem to find how to get it set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How stupid of me. I didn't even think of the most obvious answer. Although I feel like an idiot for not remembering the built-in
feature, I will still recommend the PUP add-in because it is very useful for any Excel user, and I do consider it indespinsable. Thanks! -- RMC,CPA "Rae Drysdale" wrote in message ... Tools |Autocorrect Options. Check the box to Capitalize first word in sentences. -- Rae Drysdale "Dave" wrote: I had this set up on my old computer, but can't seem to find how to get it set up on the new computer I just got. I want the first word in a cell to be automatically capitalized. Thanks. -- Dave |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent date/scheduling calc needed | Excel Worksheet Functions | |||
delete cell that doesn't contain a specific word | Excel Discussion (Misc queries) | |||
in an excel macro can you import data from word into a cell? | Excel Discussion (Misc queries) | |||
cell color index comparison | New Users to Excel | |||
Can not see all of a pasted paragraph from Word in a cell. | Excel Discussion (Misc queries) |