The only thing I can think of is as follows: a. create a new document with just the fields that should be there b. save it in .rtf format. Or perhaps full HTML format with supporting files. c. save your existing document in .rtf format (you will lose macros, though). Or save in .htm format d. open both files in Notepad so you can see the rtf/html code e. find the code for the fields (e.g. perhaps look for "MERGEFIELD Sender" f. see if you can work out the difference between the two chunks of rtf/html and remove anything that should not be there g. reopen and if everything seems OK, re-save as .doc
(f) may be pretty difficult but if necessary, post back with whatever you think are the chunks that contain the relevant code and I'll see what I can do.
Peter Jamieson
<20060524[ at ]newsgroups.nospam> wrote in message news:Oz%23y4gOiHHA.4704[ at ]TK2MSFTNGP06.phx.gbl...
[Quoted Text] > In Word 2003, users of a rather large mailmerge document reported that it > would preview and print out a right curly brace in the footer of the first > page. > > More investigation revealed that the right curly brace is an orphaned > close field brace which is situated beside the close field brace of an IF > construct as follows: > > { IF { MERGEFIELD Sender } = "condition" "condition true" "condition > false" }} > > So far I've been unable to delete this orphaned close field brace. > > Putting the cursor immediately to the orphaned close field brace's right > and presseing the Backspace key just highlights the second page's header. > > I'm unable to put the cursor immediately before the orphaned close field > brace, in fact the closest I could position the cursor to the orphaned > close field brace's left is to the left of the IF field's close field > brace, and when I press the Delete key there, it again highlight's the > second page's header. > > Recreating the mailmerge document to remove the orphaned close field brace > will be a considerable effort, so any suggestions are welcome. >
|