![]()
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks