Hi Everyone, please help,
I have an excel file with rows of data:
In studio I have this to get data:
So I need to write each column data in the notes area each row written in a new line so that it can be multi line, this one:
Hi Everyone, please help,
I have an excel file with rows of data:
So I need to write each column data in the notes area each row written in a new line so that it can be multi line, this one:
Hi @Anelisa_Bolosha1 , if I understood correctly, you can use Environment.NewLine or vbCrLf to separate the information in different lines
Thank you so much, worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.