uppercase to lowercase

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have mixed case text in cells that I would like to have all in lowercase.
What can I use to make this happen?
 
wagz,

With formulas, you can use the LOWER() function.

With VBA, you can use the LCase() function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top