Hello Guys,
I'm not a programmer. I'm looking for generating a script from excel file based on the following;
A B C
value1 Value2 MyVal1
Value3 Value4 MYVal2
I want to generate text file as the following;
Hello
I'm (Value1)
I'm looking (Value2) (MyVal1)
next
I'm (Value3)
I'm looking (Value4) (MyVal2)
next
and so on for each row in excel file
Regards,