conversion of automatic figure numbering to text in Word

  • Thread starter Thread starter Tamas Gunda
  • Start date Start date
T

Tamas Gunda

Is there a possibility to convert the automatic numbering of figures to
simple text? In other words, the automatically generated numbers should be
converted to simple text in the ready Word document.
 
The following macro will do that:

Sub NumbersAutoToText()
ActiveDocument.ConvertNumbersToText
End Sub

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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