autonumbers converted to text?

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

Guest

Can autonumbers be converted to hard text? I know that Fieldcodes can be by
using CTRL+SHIFT+F9.
 
Press ALT+F11 to display the VBE.
Click View>Immediate window to display the immediate window

Type in:
ActiveDocument.ConvertNumbersToText
and press enter.
 
Yes. Press Alt+F11 to open the VBA editing window, then Ctrl+G to open the
Immediate window. In that window, type or paste this command:

ActiveDocument.ConvertNumbersToText

and press Enter.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
Suzanne and Greg have explained how to turn numbers into text. But if
numbering comes from numbered styles, you must also clear it from the
style definitions in order to get rid of it completely.
 
Back
Top