"Lowered" Text

R

Robert

To help annotate submitted scripts I need to "borrow" a
symbol-font character (Arial 8226 Unicode), actually the
Bullet chara, for use as a large full stop (US 'period').
I want to insert it, then move it down 3 pt onto the
line, colour it red, capitalize the first letter of the
next word and colour the capital red also. To automate
all this a macro seems indicated.

I have placed the 'Lower 3pt' command on a hotkey and
tried to record the macro, but it fails to record just
this one command.

Does anyone know the VBA code to "lower" a selected
character 3 pt so that I can insert it into the macro?

Finally, I need another character but nothing suitable
appears in the symbol font. Does Word have a secret
character design routine hidden away somewhere?

Thanks for any suggestions and help.
 
H

Helmut Weber

Hi Robert,
With Selection.Font
.Position = -3
End With
as the macro recorder recorded it.
 
G

Guest

Grateful thanks to Helmut Weber MVP for solving this
problem. I inserted the code in the macro and it worked
perfectly first time. Wunderbar!

Herzlichen Dank, Helmut. Bis zum naechsten Mal.
Gruesse aus Gross-Britannien!
Dein umlautloser, Robert.
(e-mail address removed)
 

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