wrapping text inside a table cell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amitp
    New Member
    • Dec 2006
    • 49

    wrapping text inside a table cell

    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.
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    I believe this has been covered before on TheScripts. Try entering "Display Text Cannot Span More Than One Line" into the search box. I just did, and it looked as though there were a number of hits. The first was this one.

    Comment

    • amitp
      New Member
      • Dec 2006
      • 49

      #3
      I tried the wordwrap property of the cell to True but it is not working. I'm not getting any alternate solution to that. Share if u have any alternate solution of to that. Thanking You

      Comment

      Working...