Converting Bullets/Numberings to FONTS

F

Faraz A. Qureshi

Is there a way/code to have the bullets or auto numbers be converted to
actual fonts?
 
G

Graham Mayor

You can convert either to text with a macro

Sub NumbersToText()
ActiveDocument.ConvertNumbersToText
End Sub

Though in the case of (say) picture bullets the replaced bullet will be
replaced by a simple bullet.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
I

Idaho Word Man

If I understand your question, one way to "convert" the numbers or bullets to
text characters is to select the passage with bullets/numbers, cut the
passage out, and then use Edit - Paste Special - Unformatted Text to paste it
back in.

I hope this does what you wanted.

Fred
 
S

Stefan Blom

Note that pasting as unformatted text clears any direct formatting that may
be applied to the original text. The pasted text assumes the formatting at
the insertion point (which may originate from a style or from direct
formatting).
 

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