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
Thanks again Lunatik for your response. I was able to come up with an acceptable workaround before I saw your most recent post. This is not the most graceful solution but it is most suitable for what I was trying to accomplish. I hope this can be of some use to someone else in the future.
If anyone out there reading this needs clarification with any of the aforementioned, do not hesitate to post a question here!
~8th