View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
p45cal[_214_] p45cal[_214_] is offline
external usenet poster
 
Posts: 1
Default Convert uppercase to lowercase


Mervyn Thomas;593677 Wrote:
Does anyone have a bit of code to convert a file of conatcts all in
UPPERCASE to Lower Case?


Code:
--------------------
For each cll in selection.cells
cll.value = lcase(cll.value)' either this line or the next
'cll.Value = Application.WorksheetFunction.Proper(cll.Value)
next cll
--------------------


--
p45cal

*p45cal*
------------------------------------------------------------------------
p45cal's Profile: 558
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=164484

Microsoft Office Help