![]()
Sub UpperCase() Application.ScreenUpdating = False Dim cell As Range For Each cell In Range("B1:B" & Range("B" & Rows.Count).End(xlUp).Row) If Len(cell) > 0 Then cell = UCase(cell) Next cell Application.ScreenUpdating = True End Sub
![]()
Sub UpperCase() Application.ScreenUpdating = False Dim cell As Range For Each cell In Range("B1:B" & Range("B" & Rows.Count).End(xlUp).Row) If Len(cell) > 0 Then cell = UCase(cell) Next cell Application.ScreenUpdating = True End Sub
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks