J
Joey Martin
I have a text file being create with the FileSystemObject. It's being
built based on results from a SQL query. All this is working fine, but
so that I have a carriage return VBCRLF at the end of each row, I have
an empty row at the end of my text file. How do I delete this last line?
Here is the end of my script:
csvText=csvText & vbcrlf
rs.movenext
loop
How should I do this? Thanks!!
built based on results from a SQL query. All this is working fine, but
so that I have a carriage return VBCRLF at the end of each row, I have
an empty row at the end of my text file. How do I delete this last line?
Here is the end of my script:
csvText=csvText & vbcrlf
rs.movenext
loop
How should I do this? Thanks!!