View Single Post
  #5   Report Post  
Graham Mayor
 
Posts: n/a
Default

K&D'smom wrote:
you cut & paste the information in and don't type it? I tried
autocorrect, but it only works when you type.


Incidentally, to change the other way, run autoformat with the convert
quotes option set - or by macro

Sub ChangeToSmartQuotes()
Dim sOption As String
sOption = Options.AutoFormatReplaceQuotes
Options.AutoFormatReplaceQuotes = True
Selection.Document.Kind = wdDocumentNotSpecified
Selection.Range.AutoFormat
Options.AutoFormatReplaceQuotes = sOption
WordBasic.AcceptAllChangesInDoc
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org