J
JT
I want to set the print area with my macro. If I know the
ending row, I can use the following formula:
ActiveSheet.PageSetup.PrintArea = "$A$1:$L$101"
However. the last row will be different every time. It
will always be column L.
Is there a better way to do this? Any help or suggestions
would be apprecatiated. Thanks.
ending row, I can use the following formula:
ActiveSheet.PageSetup.PrintArea = "$A$1:$L$101"
However. the last row will be different every time. It
will always be column L.
Is there a better way to do this? Any help or suggestions
would be apprecatiated. Thanks.