K
kay
How do I change cap letters to sentence case in columns within my excel spreadsheet?
David said:Hi Kay,
First letter of each sentence capitalized and handles multiple sentences.
Sentence_Case, Re: Use VBS RegExp to replace a-z with A-Z?,
Tushar Mehta, programming, 2002-08-04.
http://google.com/[email protected]
You can find the above link in the Related area of my proper.htm page,
if you want to find it again.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
Dave Peterson said:If there's only one sentence in the cell:
=UPPER(LEFT(A1,1))&LOWER(MID(A1,2,LEN(A1)))
But it soon becomes a pain looking for stuff that could end the sentence.
Dave said:I remembered that Tushar wrote a procedure, but couldn't find it.
Thanks,
David said:Hi Kay,
First letter of each sentence capitalized and handles multiple sentences.
Sentence_Case, Re: Use VBS RegExp to replace a-z with A-Z?,
Tushar Mehta, programming, 2002-08-04.
http://google.com/[email protected]
You can find the above link in the Related area of my proper.htm page,
if you want to find it again.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
Dave Peterson said:If there's only one sentence in the cell:
=UPPER(LEFT(A1,1))&LOWER(MID(A1,2,LEN(A1)))
But it soon becomes a pain looking for stuff that could end the sentence.
kay wrote:
How do I change cap letters to sentence case in columns within my excel spreadsheet?
Debra said:Did you help him look for it? <g>
Dave said:I remembered that Tushar wrote a procedure, but couldn't find it.
Thanks,
David said:Hi Kay,
First letter of each sentence capitalized and handles multiple sentences.
Sentence_Case, Re: Use VBS RegExp to replace a-z with A-Z?,
Tushar Mehta, programming, 2002-08-04.
http://google.com/[email protected]
You can find the above link in the Related area of my proper.htm page,
if you want to find it again.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
If there's only one sentence in the cell:
=UPPER(LEFT(A1,1))&LOWER(MID(A1,2,LEN(A1)))
But it soon becomes a pain looking for stuff that could end the sentence.
kay wrote:
How do I change cap letters to sentence case in columns within my excel spreadsheet?
Dave said:"Remember that there is a fine line between cool and irritating."
hehehe.
Debra said:Did you help him look for it? <g>
Dave said:I remembered that Tushar wrote a procedure, but couldn't find it.
Thanks,
David McRitchie wrote:
Hi Kay,
First letter of each sentence capitalized and handles multiple sentences.
Sentence_Case, Re: Use VBS RegExp to replace a-z with A-Z?,
Tushar Mehta, programming, 2002-08-04.
http://google.com/[email protected]
You can find the above link in the Related area of my proper.htm page,
if you want to find it again.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm
If there's only one sentence in the cell:
=UPPER(LEFT(A1,1))&LOWER(MID(A1,2,LEN(A1)))
But it soon becomes a pain looking for stuff that could end the sentence.
kay wrote:
How do I change cap letters to sentence case in columns within my excel spreadsheet?