Auto paragraph number - then remove auto
by TGVnYWxiaXRz » Mon, 17 May 2004 10:16:04 GMT
I like to use auto paragraph number,which is really outlinning. Someone I send documents to cannot or will not use it and has asked me not to use it. However, not using it is a pain
How can I use the auto paragraph number function and then when I am through, remove the auto paragraph but leave the paragraph numbers in the document as if they were hard coded
Thanks
Re: Auto paragraph number - then remove auto
by Doug Robbins - Word MVP » Mon, 17 May 2004 11:13:44 GMT
Run a macro containing the command:
ActiveDocument.ConvertNumbersToText
--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.
Hope this helps
Doug Robbins - Word MVP
send documents to cannot or will not use it and has asked me not to use it.
However, not using it is a pain.
through, remove the auto paragraph but leave the paragraph numbers in the
document as if they were hard coded?
Similar Threads:
1.How to retrieve the paragraph number of an auto-numbered paragraph
Hi Robot,
as this is the beginners group,
without discussing all details,
in principle like that:
With Selection.Range.ListParagraphs(1)
MsgBox .Range.ListFormat.ListString
End With
assuming, that there is a listparagraph...
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Word 2002, Windows XP (german versions)
2.Remove auto-formatting without removing numbers
I have a numbered list that is four pages long. To insert the document
into my CAD program I need to separate the document into four single
pages.
So... How do I remove the auto-number formatting without losing the
numbers?
If I separate the document into four individual documents (one page in
each) the numbering starts over at 1 for each page. I need to preserve
the number sequence. I basically need to dumb-down the document.
Thanks for your help.
Neal
3.replace variables (auto-numbered paragraph numbers) with constants
I often write a particular type of technical document in which each paragraph
is numbered (using auto-numbering, so that I can insert new paragraphs and
not have to re-number the whole document). Is there a way, when I'm sure
that I won't need to make any changes, that I can have the variable paragraph
numbers repalced with their current value? I am asking because someone else
wants to be able to copy some of my paragraphs into a new Word document
without losing the paragraph number.
Thanks,
Mike
4.replace variables (auto-numbered paragraph numbers) with const
5.convert auto numbered paragraph numbers to text
Now that I have finished a document that others will edit and who do NOT LIKE
auto numbering, how do I convert the auto-numbers to text? That is,
auto-number 7 to just plan 7 text in word 2007?
Thank you
6. Removing auto paragraph spacing from web downloads
7. auto text, auto correct, auto complete
8. Reading Auto-Numbered Word Paragraph Styles in VB