P
Prasant
Hi there,
I need a macro which should perform the following tasks for the working file.
1. Search for double spaces after period and replace with single space.
2. Search for three spaces and replace with single space.
3. Search for space before and after " / " (slash) and replace with no
spaces "/"
4. Search for space before slash " /" and replace with no space like this "/"
5. Search for space after slash "/ " and replace with no space like this "/"
6. Search for two hyphens "--" and replace with "–" (endash)
These all should perform in one single click button in the working file. Can
anyone please give the code to create a macro for the above mentioned points.
MANY THANKS IN ADVANCE. Your help is appreciated.
I need a macro which should perform the following tasks for the working file.
1. Search for double spaces after period and replace with single space.
2. Search for three spaces and replace with single space.
3. Search for space before and after " / " (slash) and replace with no
spaces "/"
4. Search for space before slash " /" and replace with no space like this "/"
5. Search for space after slash "/ " and replace with no space like this "/"
6. Search for two hyphens "--" and replace with "–" (endash)
These all should perform in one single click button in the working file. Can
anyone please give the code to create a macro for the above mentioned points.
MANY THANKS IN ADVANCE. Your help is appreciated.