Script to change Smart quotes to straight quotes for all users?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a script or registry setting to change the quote setting
in Word to use straight quotes? I have an office of 75 users and need to
automate something to make the change firmwide.

Thanks,
 
Only if you have all the users pointing to the same Word startup folder when
you could add a global template containing the following macro

Sub AutoNew()
Options.AutoFormatAsYouTypeReplaceQuotes = True
End Sub

Otherwise you will have to change each user individually.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top