G Guest Jun 8, 2007 #1 I have mixed case text in cells that I would like to have all in lowercase. What can I use to make this happen?
I have mixed case text in cells that I would like to have all in lowercase. What can I use to make this happen?
G Guest Jun 8, 2007 #2 wagz, With formulas, you can use the LOWER() function. With VBA, you can use the LCase() function
G Guest Jun 8, 2007 #3 Great! Works perfect. Thanks! Vergel Adriano said: wagz, With formulas, you can use the LOWER() function. With VBA, you can use the LCase() function Click to expand...
Great! Works perfect. Thanks! Vergel Adriano said: wagz, With formulas, you can use the LOWER() function. With VBA, you can use the LCase() function Click to expand...