I have this code, and I can't print only one column (first green selection), what setting do you think I'm missing in the page-setup?
Example:
Code:
Sub PrintPDF()
Dim LastCellRow
LastCellRow = ActiveSheet.Range("A60").End(xlUp).Row
While Cells(LastCellRow, 60) = "."
LastCellRow =...