As you can see from my code (below) I am formatting data from a spreadsheet and putting the results into a .txt file - that will later be FTP'd to the mainframe.
There are 171,148 rows.
If only the first 30,000 rows are run (by putting 30,000 in the range (O2) it works fine. It will not...
Yes - it is working.
Apparently your comment was needed for the code to believe it true.
Thanks - I am already breathing much easier.
I can't return the favor with VBA help - but if are interested in learning to play foosball let me know!!!
Best, best regards,
Paul
Thank you - this is so very helpful - it worked! Also,I understand your comment on field-size and have adjusted accordingly.
Follow-up:
I tried using the same logic for another situation with less satisfactory results.
Though this logic seems made for this new situation:
There are nine...
Hi. I am very, very new to this - please help!
I am using this code to help create a fixed-length record I can send to the mainframe from an Excel spreadsheet. In one column, some results are positive, are negative. I am formatting the positive value like this:
MyStr = MyStr &...