or![]()
Dim Ccell As Range For Each Ccell In Range(Cells(1, 1), Cells(1, 1).SpecialCells(xlCellTypeLastCell)) Ccell = Trim(Ccell) Next
![]()
Dim Ccell As Range For Each Ccell In Cells(1, 1).SpecialCells(xlCellTypeConstants, 23) Ccell = Trim(Ccell) Next
Bookmarks