How do you add a multi line text into a Word table cell? I am doing something like
...
.Cells(1).Range.Text = "Some text" & vbcrlf & "some other text"
...
Instead of vbcrlf I tried Chr(10) & chr(13).
In both cases the text is written but no multi line.
Thanks.
...
.Cells(1).Range.Text = "Some text" & vbcrlf & "some other text"
...
Instead of vbcrlf I tried Chr(10) & chr(13).
In both cases the text is written but no multi line.
Thanks.