M
Marc
Hi,
I want to print some cells (in a output txt file) from my excel sheet using
a macro.
For example, I know that my data start at row 6 but I don't know which is
the last not empty row.
Then, I want to print to my output file the cell of the current row and the
A column and that of the C column if its not empty (Print #OutNum,
Excel.Range(currentRow ??))
Thx for your help
I want to print some cells (in a output txt file) from my excel sheet using
a macro.
For example, I know that my data start at row 6 but I don't know which is
the last not empty row.
Then, I want to print to my output file the cell of the current row and the
A column and that of the C column if its not empty (Print #OutNum,
Excel.Range(currentRow ??))
Thx for your help