Thread
:
Replace "dash" with "space"
View Single Post
#
3
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
Replace "dash" with "space"
How about a nice macro?
Sub replacedashwithspace()
Columns("c").Replace "-", " "
End Sub
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Turkey" wrote in message
...
What is the formula to replace "-" with space starting to count from the
right side. I need this to be done in a whole column
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett