top of page

Sub remove_spaces_and_o()
    
    For Each Cell In Selection
        Cell.Value = Trim(Replace(Cell, Chr(186), ""))
    Next Cell
    
End Sub

STAY IN TOUCH

Send me an email at:

Join our mailing list

Will not spam, Will not sell !!!

bottom of page