How would i permanently turn on typing replaces selected text?
Several months ago we got an influx of word documents from an outside source, and it appears that those documents are somehow permanently un-checking this setting on anyone's computer who opens them.
For almost all of us each time we open or create a word doc we have to manually reset this setting. I have tried the following word macro and while it seems to be working on my machine it doesn't transfer with the file to the other users, and i really don't want to have to manually implement this on each users computer.
Sub Autoopen()
Options.ReplaceSelection = True
End Sub