View Single Post
 
Old 03-06-2022, 06:05 AM
ianpg56 ianpg56 is offline Windows 10 Office 2021
Novice
 
Join Date: Mar 2022
Posts: 2
ianpg56 is on a distinguished road
Default

I have a merge field in a tab delimited csv file that is of the format ["element 1", "element2"] from 0 to 12 elements.

What other information is required?

An example of the field in the csv would be <field separator tab>["element 1", "element2"]<field separator tab>

The VB function takes that data and format it into a multi line string but I now need to call that function and display that result in the merged document.
Reply With Quote