T
Tom Smith
I'm trying to create a memo template with a userform that will solicit the
recipient's name and the memo subject, and insert them (via 2 bookmarks)
into the memo. That much I have down, thanks to the article by Doug Robbins
on the MVP site.
What I'd also like to do is create a footer that would also list those items
of information. I've been trying to do this with 2 REF fields. Problem is,
the macro will run fine and fill in the bookmarks, but not put that info
into the REF fields. I've added a line in the code that should update the
fields (ActiveDocument.Fields.Update), but it doesn't seem to.
If I select the fields, in a document based on the template, and right-click
and use 'update fields,' they'll update.
Any idea where I'm going wrong? Would I be better advised just to put the
same bookmarks in the footer, rather than use REF fields at all?
Thanks much in advance. Tom
recipient's name and the memo subject, and insert them (via 2 bookmarks)
into the memo. That much I have down, thanks to the article by Doug Robbins
on the MVP site.
What I'd also like to do is create a footer that would also list those items
of information. I've been trying to do this with 2 REF fields. Problem is,
the macro will run fine and fill in the bookmarks, but not put that info
into the REF fields. I've added a line in the code that should update the
fields (ActiveDocument.Fields.Update), but it doesn't seem to.
If I select the fields, in a document based on the template, and right-click
and use 'update fields,' they'll update.
Any idea where I'm going wrong? Would I be better advised just to put the
same bookmarks in the footer, rather than use REF fields at all?
Thanks much in advance. Tom