I have made VBA code to print PDF any excel sheet. But i am running this code, i am getting one extra page that is blank, can you please help to rectify this problem.
Sub Macro1()
'
Dim lRow As Long
Dim lCol As Long
Dim sht As Worksheet
Dim StartCell As Range
'
Sheets("Sheet1").Select...