Problem populating a formfield with multiline text from Userform.

  • Thread starter Caroline Symons
  • Start date
C

Caroline Symons

I have a text form field called "bmAddress" and use a userform with a multiline text box to populate (ActiveDocument.FormFields("bmAddress").Result = userform.txtaddress).

For some reason when the information populates into form field  (a square) appears on every new line.

ÂAddress 1
ÂAddress 2
ÂAddress 3
ÂPost Code

On Windows XP it displays as a space, so I can't use a find and replace to remove the squares.

Unfortunately i do need this to populate into a form field and not just a normal bookmark.

Appreciate any help.

Thanks

Caro
 
Top