Dear all,
could you show me plz how to create a batch file can
export data from excel to text file and save this text file in (C:\) drive
plz i need your help
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Here is a short macro that creates a text file from Excel data.
It includes a loop to collect data from cells in a column starting at cell B2, using an offset to move through a range.
There are lots of ways to collect the data, so you can modify the data capture to suit your needs and still use the basic file system.
Hope this helps.
Regards