Thầy kiểm tra giúp em đoạn code.
Em muốn set print area và print dòng cuối nhưng tới đoạn in đậm thì bị lỗi. Em cảm ơn thầy nhiều.
Sub setprint_print()
'
' setprint_print Macro
'
'
Dim Dongcuoi As Long
Dongcuoi = Sheets("Sheet1").Range("A" & Rows.Count).End(xlUp).Row
Range("A1:B" & Dongcuoi).Select
ActiveSheet.PageSetup.PrintArea = "$A$1:$Dongcuoi$"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False
End Sub
ActiveSheet.PageSetup.PrintArea = "$A$1:$Dongcuoi$"
chào bạn phần này phải là
ActiveSheet.PageSetup.PrintArea = "$A$1:$B$" & Dongcuoi
Chúc bạn học tốt cùng gitiho