View Single Post
 
Old 12-06-2012, 12:09 AM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,382
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

All of the macros Greg provided are based on the use of SEQ fields. You can either revert to the code I provided (as amended) or unlink the fields that Greg's macro creates. Either action should only be done once all you're other editing has finished. If you take the unlink approach and there are no other fields in the body of the document, you can unlink them with a macro as simple as:
Code:
Sub LockNums()
ActiveDocument.Fields.Unlink
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote