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
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.
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).