I have a vb .net program that exports information to certain fields of an excel workbook using named ranges. One of the named ranges is a notes section that gets cut off (not visible nor gets printed) if it extends beyond a page break. I am looking for a way to dynamically create new named ranges to accommodate all of the notes' text.
Some other information:
The named range is a merged cell from A2:L36 with text wrap enabled
Column A is 31 units wide
Columns B through L are 8.38 units wide
All of the rows are 15.75 units high
I do NOT want to print blank pages, resize the font, disable text wrapping, have the end user do any re-formatting, nor change the size of the cells as I have tried these approaches without success.
Using Excel 2007
HELP PLEASE!
Thanx in advance! ~8th
forgive my ignorance, I'm still a n00b