View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 79
Default Script to change Smart quotes to straight quotes for all users?

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
Word MVP web site http://word.mvps.org




Michael wrote:
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,