I need to get 2 values from 2 columns in Excel using a test string.
I have this one working, but it’s only for the first column;
CurrentRow.item(“Columnname1”).ToString
I cannot find the proper syntax to add more than 1
Hi @Stegman,
If I understood correctly, this will work it out. Can you try?
CurrentRow.item(“Columnname1”).ToString + " " + CurrentRow.item(“Columnname2”).ToString
Regards.
Please give your input excel file and sample ouput here.
So that we will get more clear picture.
Regards
Sreejith S S
Thnx Omer, that i did not think of…
I tried separating with ; () etc
Much appreciated
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.