Hello, Can someone please provide me a macro I can use for..
If there is a smart tags in the document, to automatically removed them
prior to closing or exiting.
I'd appreciate any help! Thank you!
The following is copied directly from the Help topic for the
RemoveSmartTags method:
~~~~~
This example removes all smart tag information from the active
document.
Sub SmartTagRemove()
ActiveDocument.RemoveSmartTags
End Sub
~~~~~
But for what you want, it's probably sufficient to go to Tools >
Options > Save and uncheck the box for "Embed smart tags". They won't
be saved in the file, although if you have smart tags enabled in your
Word program they'll be rebuilt when you reopen the document.
--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.