View Single Post
 
Old 06-20-2014, 08:04 AM
Cosmo Cosmo is offline Windows Vista Office 2007
Competent Performer
 
Join Date: Mar 2012
Posts: 240
Cosmo is on a distinguished road
Default Table.ConvertToText doesn't maintain repeated header rows

I have a table which spans several pages and contains a header row, set to repeat at the top of each page. I need to convert this to text in a VBA script, but it doesn't keep the header rows when this happens, and I don't see any options to do so.

Is there any way to convert a table into text and have the header rows on each page included in the text?

Alternately, is there a way to achieve this without using a table? (Note - the header text on each page has to be part of the body of the document, I cannot put the header text in the header/footer)
Reply With Quote