ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Word: replace ... ... with space (https://www.excelbanter.com/excel-discussion-misc-queries/14993-word-replace-space.html)

Birdtoes

Word: replace ... ... with space
 
For Word - I need to replace the following: ... ... with one space. I have
a lot of these ... ... 's throughout a document and they all need to be
replaced by one space. How do I do this with "search and replace?" Because
nothing I do seems to work.

Don Guillett

try
Sub replaceit()
For Each c In Selection
c.Value = Application.Substitute(c, ".", "")
Next
End Sub


--
Don Guillett
SalesAid Software

"Birdtoes" wrote in message
...
For Word - I need to replace the following: ... ... with one space. I

have
a lot of these ... ... 's throughout a document and they all need to be
replaced by one space. How do I do this with "search and replace?"

Because
nothing I do seems to work.





All times are GMT +1. The time now is 06:06 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com