How do I select the words before a special character all at once.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I 've got this movie script that I need to bold the names. The names are
always placed before a " : ". How do I find a way to bold all the names? I
have been trying to use VBA to find a solution but not sccussful. Your imput
is greatly thanked.
 
You could always do a global replace. CTRL+ F and type the name in Fine
What. Click on Replace and CTRL + B (for bold) and type the name in again.
Then click on Replace All. I hope this has been helpful to you.
 
I 've got this movie script that I need to bold the names. The names are
always placed before a " : ". How do I find a way to bold all the names? I
have been trying to use VBA to find a solution but not sccussful. Your imput
is greatly thanked.

Use a wildcard replace
(http://www.gmayor.com/replace_using_wildcards.htm).

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Thank you very much for the info. I am going to check it out. Good night
 
Thanks a lot for your help. The problem is that there are so many names in
this movie script and i would have to go through each name that appearrs in
the script. I was kind of looking for a solution that i could just get the
work done all at once. But thanks again for your imput.
 

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

Back
Top