Line Breaks

S

Sriram

I got a set of dialogues with me between two characters. The
characters are Ram, and Sita.

The dialogues are in the format shown below.

Ram : h/Hello what are you doing?

Ram<space>colon<space> Dialogue starts in uppercase or lowercase.

I want some macros that can do this shown below.

Ram
Hello what are you doing?

To elaborate- the colon should be removed then sentence following that
should be brought in next line. The first letter in the next line
should be in upper case.

Is it possible to use a message box format so that I have the
discreetion to change. Plus, after the macros encounter next case it
can go there. If I want to click No, it must go to next case if found.


Can soemone help me in this?
 
G

Graham Mayor

You don't need a macro for that. Use the replace function
Replace
(Ram) :
with
\1^p
with the wildcard option set

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top