A
Arnold
I am trying to write my first VBA application for Word
2000. What I'm attempting to do is to reformat a file I
imported from an Access report. The file is saved as an
..rtf, which I then saved as a .doc file. The problem is
that every line of text ends with a carriage return
character which screws up any attempt to make the Word
document look reasonable. I am trying to get rid of the
extraneous returns but have no idea of how to proceed.
The basic approach I want to try is to look for the Access
labels, which have a different color. When I encounter a
label I know that the last return was needed. Otherwise,
it should be deleted.
I have absolutely no idea as to how to proceed. Can anyone
help? Many thanks.
2000. What I'm attempting to do is to reformat a file I
imported from an Access report. The file is saved as an
..rtf, which I then saved as a .doc file. The problem is
that every line of text ends with a carriage return
character which screws up any attempt to make the Word
document look reasonable. I am trying to get rid of the
extraneous returns but have no idea of how to proceed.
The basic approach I want to try is to look for the Access
labels, which have a different color. When I encounter a
label I know that the last return was needed. Otherwise,
it should be deleted.
I have absolutely no idea as to how to proceed. Can anyone
help? Many thanks.