I tried to use a macro to do this and edited the following line which is where it is failing.
N is the last row that I want to print...
How should I write this, Please?
Jim Berglund
N is the last row that I want to print...
Code:
ActiveSheet.PageSetup.PrintArea = Range(Cells(1, 1), Cells(N, 24))
Jim Berglund