Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Numbering / July 2006

Tip: Looking for answers? Try searching our database.

How can I not renumber?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rog - 21 Jul 2006 19:28 GMT
I apologize if this is in a faq some or previous thread.

I need to copy numbered items to a new document and have the numbers not
change. I'm refering to sections in a document and need to preserve the
numbers in my comments. For example if the original says "10.2 - The need for
widget" I need to copy that exact line into a new document without
renumbering or reformating.
Can anyone give me some suggestions?

Thanks for any help.
John McGhie [MVP - Word and Word Macintosh] - 22 Jul 2006 00:58 GMT
Hi Roger:

Well, it may be a FAQ, but it's certainly not obvious or intuitive, and it
can only be done with a macro!

Sub ConvertNumbers()
' Converts all numbers to text
Dim doIt As Integer

doIt = MsgBox("This macro converts all automatic numbers in the document to
text.  This is a one-time operation.  Are you sure?", vbOKCancel)

If doIt = 1 Then
  ActiveDocument.ConvertNumbersToText
  MsgBox "All numbering converted to typed text."
End If

End Sub

On 22/7/06 4:28 AM, in article
2F018F25-CDD3-4A97-A6DF-689788EF71BE@microsoft.com, "Rog"

> I apologize if this is in a faq some or previous thread.
>
[quoted text clipped - 6 lines]
>
> Thanks for any help.

Signature

Please reply to the newsgroup to maintain the thread.  Please do not email
me unless I ask you to.

John McGhie <john@mcghie.name>
Microsoft MVP, Word and Word for Macintosh.  Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

Rog - 24 Jul 2006 21:21 GMT
Perfect.
Thanks !

"John McGhie [MVP - Word and Word Macinto" wrote:

> Hi Roger:
>
[quoted text clipped - 28 lines]
> >
> > Thanks for any help.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.