J
John Austin
I use VB script in a terminal emulation program to create Word documents
based on text stored on a mini-computer. I use ".Selection.TypeText
Text:=LetterText" to place text in the letter. CrLf in 'LetterText' becomes
New Paragraph in Word. My problem in Word 2007 is that inter-paragraph
spacing has been increased, so the name and address no longer fits in an
envelope window. I really need to use 'New Line' in Word (shift Enter) in
order for the address to print correctly. Is there a character compbination
that I can embed in 'LetterText' that will generate New Line rather than New
Paragraph in Word 2007? If not, how should I change the vb script to generate
New Lines between lines? The code must be backwards compatible as I have
users with old versions of Word.
I hope this makes sense!
based on text stored on a mini-computer. I use ".Selection.TypeText
Text:=LetterText" to place text in the letter. CrLf in 'LetterText' becomes
New Paragraph in Word. My problem in Word 2007 is that inter-paragraph
spacing has been increased, so the name and address no longer fits in an
envelope window. I really need to use 'New Line' in Word (shift Enter) in
order for the address to print correctly. Is there a character compbination
that I can embed in 'LetterText' that will generate New Line rather than New
Paragraph in Word 2007? If not, how should I change the vb script to generate
New Lines between lines? The code must be backwards compatible as I have
users with old versions of Word.
I hope this makes sense!