How to print two list in one add data row

Hi Guys,

I have 2 list of string for add information that later i’m print with Append range, I need to add the information in the Add Data Row of 2 list

Your requirement/problem is not clear

Use do while with counter instead of for each.

  1. Increase the counter on each loop
  2. In add data row, provide datarow array as {N_Doc(counter), N_Doc2(counter)}
2 Likes

Yeah! That si the solution. Thx man

1 Like