Hello;
I have a spreadsheet called ManyTXT. Each column provides data (in seconds) for a single person. I have a total of 46 people, so the spreadsheet has 46 columns. I would like to convert each column into its own separate .txt file with the name of the person for whom the column (or .txt file) corresponds to. The names of the individuals are on the first row as follows:
Person1 Person2 Person3 ... Person46
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds ...
Can someone please help me get the vba code? I have successfully ran a code that saves each row. I need each column and for the life of me can't seem to alter the code. Any help will be eternally appreciated.
thanks
I have a spreadsheet called ManyTXT. Each column provides data (in seconds) for a single person. I have a total of 46 people, so the spreadsheet has 46 columns. I would like to convert each column into its own separate .txt file with the name of the person for whom the column (or .txt file) corresponds to. The names of the individuals are on the first row as follows:
Person1 Person2 Person3 ... Person46
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds seconds seconds seconds
seconds ...
Can someone please help me get the vba code? I have successfully ran a code that saves each row. I need each column and for the life of me can't seem to alter the code. Any help will be eternally appreciated.
thanks