View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default How do change a column of data in capitol letters to small let

Must be done one cell at a time.

See my response to first post.

Or with a macro you can change a range in place without the helper column.

If you would like a macro, post back.


Gord Dibben MS Excel MVP

On Thu, 9 Nov 2006 06:43:02 -0800, Barb P.
wrote:

I'm sorry can you be more explicit? Do I highlight the column? Do I simply
type, =lower(D3:D200) ????? UGH!

"Gary Rowe" wrote:

use the fuinction =lower(range) to change to lower case.

"Barb P." wrote:

Is there a way to highlight a column of data that is in capitol letters and
change to small letters?