Much better
Much better
If I helped, please don't forget to add to my reputation. (click on the star below the post)
If the problem is solved, please: Select Thread Tools (on top of your 1st post) -> Mark this thread as Solved.
Failure is not falling down but refusing to get up.
Thank you very much guys that was great!
You could use this code in a module to save having an extra column.
![]()
Sub macro1() Range("A65536").End(xlUp).Select ii = ActiveCell.Row Do Until ActiveCell.Row = 1 Range("A" & ii).Select aaa = ActiveCell.Value bbb = Application.WorksheetFunction.Proper(aaa) ccc = Application.WorksheetFunction.Trim(bbb) ActiveCell.Value = ccc ii = ii - 1 Loop End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks