Hi,
I have a doubt, someone please help me.!
For example i have an excel with 5 rows with 2 columns, I want to read that file and display each row item in message box.
How can this be done.
Thanks in advance.!
Hi,
I have a doubt, someone please help me.!
For example i have an excel with 5 rows with 2 columns, I want to read that file and display each row item in message box.
How can this be done.
Thanks in advance.!
Hello,
Put message box in for each & write below in message box,
row(0) - zero means first column
row(1) - one means second column
Cheers,
Pankaj