View Single Post
  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Guabble Guabble is offline
external usenet poster
 
Posts: 3
Default Automating Mailmerge using CSV results in squares / Japanese characters

now fixed!

It was the line

aLocalDoc = aLocalWdApp.Documents.Open(FileName:=strFilePath &
strTemplateName, Format:=4, Encoding:=20285)

i took out the last 2 arguments and its fine, the encoding, and the
Word document type, ie

aLocalDoc = aLocalWdApp.Documents.Open(FileName:=strFilePath &
strTemplateName)