I have a User Form that is populated with event information.
One of the fields populates information (Additional Information) in a cell that contains multiple lines of text.
The user can edit this field and when they click "preview" a procedure creates an e-mail in outlook with the event information and edited information.
However the additional information field with multiple lines, when referenced in the body of the e-mail, displays on one line.
I did expect this because to create new lines in the e-mail within vba I have to use html ("<br>") which isn't used nor really can be used by the user in the User Form.
If anyone can think of a way around this (reference this field but have it displayed as multi-lined in the e-mail) it would be very much appreciated.
Hopefully the below part helps in showing what I'm trying to do ("AI" is the field with mulitple lines I'm trying to display in the e-mail as multi lined):
![]()
Please Login or Register to view this content.
Bookmarks