P
Peter
Hello,
I wrote a macro that uses the Information property with wdActiveEndPageNumber in a loop to change the height of rows until the page number of the first row matches the number of the last row. After only about 6 loops, I get an error that word has run out of memory if I run it in the debugger but no error otherwise. In either case, it does not work. I don't know if this is a memory leak in the Information routine.
If anyone can suggest a better way to set row heights such that the entire table fits on one page, I sure would like to know.
Thanks,
Peter
I wrote a macro that uses the Information property with wdActiveEndPageNumber in a loop to change the height of rows until the page number of the first row matches the number of the last row. After only about 6 loops, I get an error that word has run out of memory if I run it in the debugger but no error otherwise. In either case, it does not work. I don't know if this is a memory leak in the Information routine.
If anyone can suggest a better way to set row heights such that the entire table fits on one page, I sure would like to know.
Thanks,
Peter