G
Glenn
We started getting calls from customers that our invoice document generation
in word stopped working when they updated Word 2003 or 2007.
We were able to duplicate this behavior on or machines. It seems that the
ConvertToTable seems to no longer recognize the
wdSeparateByDefaultListSeparator correctly when it's overridden by
Application.DefaultTableSeparator = "@"
What this means is that when the Strings are parsed into a table and the
string contains a paragraph marker it incorrectly creates a new column
This has been working on various versions of word for at least 8 years -
stopped working in Word 2003 and 2007 in lastest update.
Anybody have a solution or getaround?
Glenn
in word stopped working when they updated Word 2003 or 2007.
We were able to duplicate this behavior on or machines. It seems that the
ConvertToTable seems to no longer recognize the
wdSeparateByDefaultListSeparator correctly when it's overridden by
Application.DefaultTableSeparator = "@"
What this means is that when the Strings are parsed into a table and the
string contains a paragraph marker it incorrectly creates a new column
This has been working on various versions of word for at least 8 years -
stopped working in Word 2003 and 2007 in lastest update.
Anybody have a solution or getaround?
Glenn