o1darcie1o
New Member
- Joined
- May 12, 2017
- Messages
- 1
A csv file created in excel is giving an error message when trying to upload into another program. The error message indicates an extra blank row at the end of the file.
I created a csv file in excel.
If I open it in excel and press control+end, the active cell moves to the last cell with data.
If I open it in notepad and press control+end, the cursor moves to the first blank row after the data.
In notepad, I can press backspace, save and close the file, and when I reopen it in notepad and press control+end, the cursor correctly goes to the right of the last character in the file.
This csv file is created via a macro, and I don't want the end user to have to manually open the file in notepad, backspace, save, then upload into the system. I'd like them to be able to have their excel file open, run the macro, then switch to the system and upload the file created by the macro.
Any suggestions on how to accomplish this?
Thanks!!
I created a csv file in excel.
If I open it in excel and press control+end, the active cell moves to the last cell with data.
If I open it in notepad and press control+end, the cursor moves to the first blank row after the data.
In notepad, I can press backspace, save and close the file, and when I reopen it in notepad and press control+end, the cursor correctly goes to the right of the last character in the file.
This csv file is created via a macro, and I don't want the end user to have to manually open the file in notepad, backspace, save, then upload into the system. I'd like them to be able to have their excel file open, run the macro, then switch to the system and upload the file created by the macro.
Any suggestions on how to accomplish this?
Thanks!!