Quote Originally Posted by silvrwood
When I insert a new line into a string that pulls into a table via a docvariable I get a box of sorts. I've tried vbCrLf and Chr(13), both of which work elsewhere but not in the table.


The new lines are after LLP and before Oxnard

What can I use for a line feed within a table?

Have you tried Chr(10) & Chr(13)?