E
Ed
Is there a way to check the Print Area for empty cells (or at least no
visible value) so I don't print blank sheets?
Ed
visible value) so I don't print blank sheets?
Ed
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
David McRitchie said:Hi Ed,
find on printarea had no problem finding table, 2nd table below
http://www.mvps.org/dmcritchie/excel/buildtoc.htm#sheets
or the following line of code:
Cells(cRow - 1 + cSht, cCol + 7) = Sheets(cSht).PageSetup.PrintArea
But the main point that I want to make is that the use of a
Print Area should normally only be used as a last resort,
you should be fixing your lastcell indication, so that you aren't
printing extra pages.
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.