Hi
Is it possible to control the wordwrap to limit a line to 80 characters when using the Print # statement in VBA 6?
Although I could just count the number of characters in a string, the wrapping would be all over the place as:
- each string may already include carriage returns (the data is being retrieved from Excel cells each containing multiple lines of text)
- if I wrapped at character 80 it would split words up in the middle.
Any thoughts?
Many tas as usual!
-Colin
Is it possible to control the wordwrap to limit a line to 80 characters when using the Print # statement in VBA 6?
Although I could just count the number of characters in a string, the wrapping would be all over the place as:
- each string may already include carriage returns (the data is being retrieved from Excel cells each containing multiple lines of text)
- if I wrapped at character 80 it would split words up in the middle.
Any thoughts?
Many tas as usual!
-Colin