kellywalters09
New Member
- Joined
- Oct 25, 2017
- Messages
- 3
I have developed VBA coding to export contents of cells in a delimited format to a text file. Each line of data must be a continuous string but I am running into an issue with the width limitations of text files. The excess of some lines (that exceed the width limitations) appear below my data set in the text file. I am uploading this to a web based software that reads each line independently. When it gets to this excess data at the bottom it errors out.
Is there anything I can do on the Excel or text file side to resolve my issue with the text file width? Can I save it in a different format that would work better?
Is there anything I can do on the Excel or text file side to resolve my issue with the text file width? Can I save it in a different format that would work better?