Quote:
Originally Posted by slaycock
Yes. Convert the whole table to text. Then convert text to table using '|' as the character that marks columns.
|
Thank you, Slay. Some rows separated with - and the table is pretty complicated to convert. So I am manually entering the data in a new table.
I would greatly appreciate if you could help me with one more problem.
There is one table in the document. Each page has 62 rows and the table continues.
I made a macro to hide top, left and right borders of the first row and bottom, left and right borders of the last row of the page.
How to put this macro in a loop which would repeat for total number of pages?
How do I assign value of total number of pages to an integer?
Thanks again!