I have an excel speradsheet having two columns and i would need to create txt files from these wherein the text file names should come from cell A1 and the data within that text file should come from cell b1. These files should be created in C:\jobs ( local directory)
Example
Column A Column B
City NewYork
Country USA
I should get two text files ( City.txt and Country.txt having data as Newyork and USA repectively.
The excel file has about 100 rows.
Example
Column A Column B
City NewYork
Country USA
I should get two text files ( City.txt and Country.txt having data as Newyork and USA repectively.
The excel file has about 100 rows.