Macros

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

Guest

Hello,

I use Macros to type words I use many times in my document. I would like
these words to come out in Bold type. So when I record a new macro I hit
Ctrl+B for bold, type my word and then stop recording. But when I run the
macro only every other time it is bold. What can be done so that every time I
run it the word comes out bold.
 
I guess you have a recorded macro with something like ...

Selection.Font.Bold = Not Selection.Font.Bold

or something of the sort. Try changing it to ...

Selection.Font.Bold = True

Better yet, probably, use Autotexts or Autocorrects for the words you
regularly use.
 

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