Hi Diane
At some point, you need to inform Word that any changes in the template are "throw away". Best place to do this might be just before you send the SaveAs command. As this is being triggered by saving the document, try this:
Me.AttachedTemplate.Saved = True
-- Cindy Meister (Word MVP) |