I have a spreadsheet with thousand of rows. I combine values of all columns of each row into one column K.
Now I want to export each row of column K into a text file.
For example:
Sheet1.Cells(1,"K").value => C:\temp\1.txt
Sheet1.Cells(2,"K").value => C:\temp\2.txt
Sheet1.Cells(3,"K").value => C:\temp\3.txt
How can I do that with xcel macro?
Thanks!
Now I want to export each row of column K into a text file.
For example:
Sheet1.Cells(1,"K").value => C:\temp\1.txt
Sheet1.Cells(2,"K").value => C:\temp\2.txt
Sheet1.Cells(3,"K").value => C:\temp\3.txt
How can I do that with xcel macro?
Thanks!