Don't select table headings

E

Eric

I have a variety of different sized tables each with a
different numbers of rows in the headings.

i want to click in a table and select all rows that are
not headings. how do I this?
 
J

Jezebel

Selecting the rows is easy, once you know which row to start from. How can
you determine how many heading rows there are? If the header rows are
flagged -- 'Repeat as header row' checkbox on the Table > Properties : Row
tab -- you can iterate the rows to find the first with .HeadingFormat = 0

Then select from that row to end of table.
 
E

Eric

Thanks, I'll give it a go
-----Original Message-----
Selecting the rows is easy, once you know which row to start from. How can
you determine how many heading rows there are? If the header rows are
flagged -- 'Repeat as header row' checkbox on the Table > Properties : Row
tab -- you can iterate the rows to find the first with .HeadingFormat = 0

Then select from that row to end of table.








.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top