L
LDanix
I am using Word and Excel to merge form letters and envelopes. The addresses
that I use go to the US and outside the US. I want Word to print the barcode
for US address and not generate an error message for non-US addresses. For
the life of me, I cannot figure out what is wrong with my syntax. I created a
column in Excel specifically to help the merge differentiate between what
needs a barcode and what does not. Here is my syntax for the field:
{ IF "{MERGEFIELD Country}" = "USA" "{BARCODE "{MERGEFIELD Street_Address}
{MERGEFIELD City_State_ZIP}"\*MERGEFORMAT}" ""}
that I use go to the US and outside the US. I want Word to print the barcode
for US address and not generate an error message for non-US addresses. For
the life of me, I cannot figure out what is wrong with my syntax. I created a
column in Excel specifically to help the merge differentiate between what
needs a barcode and what does not. Here is my syntax for the field:
{ IF "{MERGEFIELD Country}" = "USA" "{BARCODE "{MERGEFIELD Street_Address}
{MERGEFIELD City_State_ZIP}"\*MERGEFORMAT}" ""}