السلام عليكم
اليك هذا التعديل الطفيف على الكود
Sub Button12_Click()
TT = 4
Do Until Cells(TT, "BN").Value = ""
TT = TT + 1
Loop
Range(Cells(2, "BG"), Cells(TT - 1, "BN")).Select
Selection.PrintOut Copies:=1, Preview:=True, Collate:=True
End Sub
Sub Button13_Click()
TT = 4
Do Until Cells(TT, "BN").Value = ""
TT = TT + 1
Loop
Range(Cells(2, "BG"), Cells(TT - 1, "BN")).Select
Selection.PrintOut Copies:=1, Collate:=True
End Sub