Thanks, snb. I tried .fields.unlink again, and this time it decided to work. Hmmm...
This has raised another issue or two, however. I see that doing that has also removed the fields from my Table of Contents (and probably page numbers) in my Word doc. I will need these later. So I tried to use your code (thanks) to see if I could just remove some of the fields, but I got the same error: "Variable not Defined" on "ActiveDocument". I am using Option Explicit in the code, and it's Office 2003.
Also, I have used ".activate" about six times in my code, and "select" once (just to put focus into a particular cell before the code finished running). What should I use instead? (One of those .activates is just before .fields.update .fields.unlink)
Bookmarks