L
Lee Kiwiflame
I want to insert an address into a DocVariable and have used the code:
ActiveDocument.Variables("address").Value = _
strAdd1 & vbCr & strAdd2 & vbCr & strAdd3
BUT when the letter is generated, I get the small square boxes inserted
where the paragraph breaks should be.
Please note that the strings have been set with:
strAdd1 = frmPoolAccts.TxtAdd1
strAdd2 = frmPoolAccts.TxtAdd2
strAdd3 = frmPoolAccts.TxtAdd3
ActiveDocument.Variables("address").Value = _
strAdd1 & vbCr & strAdd2 & vbCr & strAdd3
BUT when the letter is generated, I get the small square boxes inserted
where the paragraph breaks should be.
Please note that the strings have been set with:
strAdd1 = frmPoolAccts.TxtAdd1
strAdd2 = frmPoolAccts.TxtAdd2
strAdd3 = frmPoolAccts.TxtAdd3