hi i'm using MS Word2003 for my VB application which is a report. The word documents contains tables and the cells inside the table contain some fields. My application replaces the field values with Values from database.
The problem i was getting is if the text length that is replaced is more than the cell length it was not displaying at all rather "Display Text Cannot Span More Than One Line" is displayed in that cell. I need to wrap the cell text into multiple line without any change in the cell length,whenever the text inside the cell exceeds the cell length. I'm not getting any solution, anybody having any idea share with me.
The problem i was getting is if the text length that is replaced is more than the cell length it was not displaying at all rather "Display Text Cannot Span More Than One Line" is displayed in that cell. I need to wrap the cell text into multiple line without any change in the cell length,whenever the text inside the cell exceeds the cell length. I'm not getting any solution, anybody having any idea share with me.
Comment