Hi, everyone
I'm writing a code to copy tables from EXCEL to WORD,and in WORD the code can adjust table's columnswidth.
I find an interesting thing in this process, that is when a table copies from EXCEL to WORD, it shows a lot of spaces in it's cells where the cell has number, but when the cell has characters, there will be no more spaces.
The unexepected spaces put a lot of trouble in adjusting table's columnwidth, in some cells(cells has number) the unexepected space is so much that make the cell has two or more rows, which makes the table looks terrible.
I know the replace function in WORD, but I have to locate the cells(has number),not the cells(has characters) first,and there are a lot of tables waiting to copy, which makes replace function looks not so good.
Can someone here please explain why table's spaces are much more in WORD than in EXCEL ,and how to make the spaces go away.
THANK YOU VERY MUCH!!!
I'm writing a code to copy tables from EXCEL to WORD,and in WORD the code can adjust table's columnswidth.
I find an interesting thing in this process, that is when a table copies from EXCEL to WORD, it shows a lot of spaces in it's cells where the cell has number, but when the cell has characters, there will be no more spaces.
The unexepected spaces put a lot of trouble in adjusting table's columnwidth, in some cells(cells has number) the unexepected space is so much that make the cell has two or more rows, which makes the table looks terrible.
I know the replace function in WORD, but I have to locate the cells(has number),not the cells(has characters) first,and there are a lot of tables waiting to copy, which makes replace function looks not so good.
Can someone here please explain why table's spaces are much more in WORD than in EXCEL ,and how to make the spaces go away.
THANK YOU VERY MUCH!!!