I would like to save my excel file and the data be showed like the following when opened in Notepad.
1,2,3,4,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
There are only 10 commas after the first row of data ends, there are 23 commas after the remaining rows of data.
When I use ="" in the rows 2,3,4,5 and beyond it automatically adds the commas in the first row. Is there a way around this?
Thanks for any help!
1,2,3,4,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
1,2,3,4,,,,,,,,,,,,,,,,,,,,,,,
There are only 10 commas after the first row of data ends, there are 23 commas after the remaining rows of data.
When I use ="" in the rows 2,3,4,5 and beyond it automatically adds the commas in the first row. Is there a way around this?
Thanks for any help!