J
Jan
Hi,
I have a table that has been saved as autotext that I need to insert in a
header when I create a page dynamically in VBA. The table contains a maximum
of 25 rows with bookmarks in the cells that are populated from info entered
on a user form. If rows have no data in them then they are collapsed.
So far so good, this all works ok.
The problem arises when I fill in all of the rows with data. The table then
hides the rows at the bottom and I can't seem to adjust the height of the
table in any way so that they can all be seen. I've made the header area
larger but the table seems to have a fixed height.
I feel that I'm missing something really obvious here but I've looked at the
table properties and I can't see anything that will help. Is there a way for
me to get all of the rows to display?
Thanks in advance.
Jan
I have a table that has been saved as autotext that I need to insert in a
header when I create a page dynamically in VBA. The table contains a maximum
of 25 rows with bookmarks in the cells that are populated from info entered
on a user form. If rows have no data in them then they are collapsed.
So far so good, this all works ok.
The problem arises when I fill in all of the rows with data. The table then
hides the rows at the bottom and I can't seem to adjust the height of the
table in any way so that they can all be seen. I've made the header area
larger but the table seems to have a fixed height.
I feel that I'm missing something really obvious here but I've looked at the
table properties and I can't see anything that will help. Is there a way for
me to get all of the rows to display?
Thanks in advance.
Jan