Thread
:
delete characters at the end
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
delete characters at the end
Sub striptext()
Columns("g").replace "/?", ""
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Stan" wrote in message
...
I have about 500 cells that end with /2, /3, /4, etc.
is there a way to get rid of any character that follows "/", including
"/"?
thanks,
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett