S
Steve Marotta
Okay, so I've got a macro that's supposed to concatenate a bunch of
documents together, separated by exactly one blank line. The thing is,
I can't count on any specific number of blank lines at the end of each
source document that I'm concatenating. It would be nice if, after I
append each document to my master document, I could remove all trailing
carriage returns from the master document, so that I'll know exactly
where I am and how many blank lines I'm going to have after each
append.
I've scoured the books and newsgroups, and I haven't found a way to do
this. It seems simple enough, so maybe it's just my brain shorting out
after a long day. If anyone can shed some light on this, I would
vastly appreciate it.
~ Steve
documents together, separated by exactly one blank line. The thing is,
I can't count on any specific number of blank lines at the end of each
source document that I'm concatenating. It would be nice if, after I
append each document to my master document, I could remove all trailing
carriage returns from the master document, so that I'll know exactly
where I am and how many blank lines I'm going to have after each
append.
I've scoured the books and newsgroups, and I haven't found a way to do
this. It seems simple enough, so maybe it's just my brain shorting out
after a long day. If anyone can shed some light on this, I would
vastly appreciate it.
~ Steve