Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Remove empty lines at end of putdocx table

    Hi all,

    Having trouble finding an answer to my putdocx question. If I start a putdocx table and make it 143 rows and 9 columns:

    Code:
    putdocx table t`num'=(143,9), headerrow(1) layout(autofitcontents)
    But then... due to certain ways the data is handled only 132 rows are used....

    Is there any code I could add before I save it with:

    Code:
     putdocx save "${tab_dir}\tab1.docx", replace
    to remove the extra 13 rows?


    Thanks for any advice.

Working...
X