I have the width for the range I want correct, but am having issues dynamically adjusting the height for print preview. The number of rows for a weekly report adjusts weekly, so I'd like a way to create a Named Range that updates height automatically. Problem is, there are a number of blank rows mixed in there, and I want a way where I can find the very last value in Column A, even though there are blanks in between A1:A(whatever the last row is). Below is an example and my range formula, and if I attempt to print, the table is cut halfway through.
=OFFSET(Sheet1!$A$1,0,0,COUNT(Sheet1!$A:$A),12)
I attempted to put a white font in the blank column A cells, but have no luck. Thanks!
