Thread
:
Remove last character from all data
View Single Post
#
2
Posted to microsoft.public.excel.programming
JR
external usenet poster
Posts: 8
Remove last character from all data
Figured it out:
Sub fixme()
Selection.Replace What:=Chr(160), Replacement:="", LookAt:=xlPart,
_
SearchOrder:=xlByRows, MatchCase:=False
End Sub
Reply With Quote
JR
View Public Profile
Find all posts by JR