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:
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:
to remove the extra 13 rows?
Thanks for any advice.
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)
Is there any code I could add before I save it with:
Code:
putdocx save "${tab_dir}\tab1.docx", replace
Thanks for any advice.
