P
Pasha
As a part of a Macro, I am setting up the printing area by:
ActiveSheet.PageSetup.PrintArea = "$A$1:$S$579"
However, the target file is not static, last row might change
depending on number of records I have. How do I setup the last row t
be the last non blank row in Active Sheet? I don't want to select th
entire sheet (A:S), because it will have many blank pages
ActiveSheet.PageSetup.PrintArea = "$A$1:$S$579"
However, the target file is not static, last row might change
depending on number of records I have. How do I setup the last row t
be the last non blank row in Active Sheet? I don't want to select th
entire sheet (A:S), because it will have many blank pages