Hello experts,
VB.Net, VS2005
I am working on creating Word document that consists of a simple sheet of labels. The text for each label comes froma data table.
I am using various peices of code from (
http://support.microsoft.com/kb/313193), in particualr the section oTable.Cell(r,c).range.tex
t =
Everything is working fine, but my text for each cell needs to consist of several lines, i.e. an address. How do i enter each line and then issue a next line or carriage return for the table cell?
Thanks.
Start Free Trial