A
Albert D. Kallal
I have some automaton code, and I trying to set the csv (text) file as
Unicode, and thus avoid the prompt that asks for Unicode.
I can't find a way to set that Unicode. I tried the macro recorder..and I
get:
ActiveDocument.MailMerge.OpenDataSource Name:= _
"C:\Documents and Settings\Albert\My
Documents\Access\WordMerge20\Word\zoo\merge.888" _
, ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
Format:=wdOpenFormatAuto, Connection:="", SQLStatement:="",
SQLStatement1 _
:="", SubType:=wdMergeSubTypeOther
Nothing in the above hints at setting the Unicode. And, if I run the
macro...it don't set.
Since I know the text file used for the word merge is Unicode (it generated
by another system), can I set the mail merge as Unicode?
Unicode, and thus avoid the prompt that asks for Unicode.
I can't find a way to set that Unicode. I tried the macro recorder..and I
get:
ActiveDocument.MailMerge.OpenDataSource Name:= _
"C:\Documents and Settings\Albert\My
Documents\Access\WordMerge20\Word\zoo\merge.888" _
, ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
Format:=wdOpenFormatAuto, Connection:="", SQLStatement:="",
SQLStatement1 _
:="", SubType:=wdMergeSubTypeOther
Nothing in the above hints at setting the Unicode. And, if I run the
macro...it don't set.
Since I know the text file used for the word merge is Unicode (it generated
by another system), can I set the mail merge as Unicode?