Hi guys, this is my first post on this forum!
I know this will sound really unsophisticated, but I'm looking for a macro that, when executed, will save the all the cell values of every column of every worksheet into one single .txt list. To make that clear, the text file wouldn't be a table, but simply a list of all the cell values, cell value after cell value.
Basically the macro would do something along these lines:
1. In worksheet 1, go to the first column, grab the cell values of the whole column and put it into the text list.
2. Go to 2nd column, grab all the cell values of the whole column and put it into the text list.
3. Do this until there are no more columns in worksheet 1.
4. Go to the 2nd worksheet and do the same.
5. Do this until there are no more worksheets in the workbook.
Does anyone know how to do this?
The resulting text list doesn't have to look good.
If anyone decides to help me with code, comments in the code are optional but welcome, as I do want to learn VBA & the macro language (I'm totally new to this).
I know this will sound really unsophisticated, but I'm looking for a macro that, when executed, will save the all the cell values of every column of every worksheet into one single .txt list. To make that clear, the text file wouldn't be a table, but simply a list of all the cell values, cell value after cell value.
Basically the macro would do something along these lines:
1. In worksheet 1, go to the first column, grab the cell values of the whole column and put it into the text list.
2. Go to 2nd column, grab all the cell values of the whole column and put it into the text list.
3. Do this until there are no more columns in worksheet 1.
4. Go to the 2nd worksheet and do the same.
5. Do this until there are no more worksheets in the workbook.
Does anyone know how to do this?
The resulting text list doesn't have to look good.
If anyone decides to help me with code, comments in the code are optional but welcome, as I do want to learn VBA & the macro language (I'm totally new to this).