Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.