Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a sheet in which there are text matters.
I want to run a code, so that all the cells of the worksheet can be effected to change the first letter of the cell into capital. I was able to know with the web helps examples, by that I can do it manually with the cell reference one by one. the formula is as below : =CONCATENATE(UPPER(LEFT(A1,1)),LOWER(RIGHT(A1,LEN( A1)-1))) But I want to run in a code for the complete sheet, so once I run the code and it can be effective for all the sheet pls. advice Irshad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto capital letter in a cell | Excel Worksheet Functions | |||
automatic capital letter in a cell | Excel Worksheet Functions | |||
New Validation option to format 1st letter as Capital letter | Excel Discussion (Misc queries) | |||
Default Capital letter for 1st letter of a word | Excel Discussion (Misc queries) | |||
How to change the first letter in Capital letter | Excel Programming |