Bùi Thúy Thúy
Thành viên thường trực
- Tham gia
- 2/7/18
- Bài viết
- 289
- Được thích
- 38
Vâng, E cám ơn Anh nhiều!Code thế này bạn! Bỏ cái trangdau đi là được!
PHP:Sub DSTrang() Dim i As Byte, j As Byte Dim cp As Byte Dim Sh As Worksheet Application.ScreenUpdating = False For Each Sh In ActiveWorkbook.Worksheets Sh.Activate With ActiveSheet.PageSetup '.LeftFooter = "" .CenterFooter = "&P" '.RightFooter = "" .FirstPageNumber = 1 '.PrintErrors = xlPrintErrorsDisplayed End With Next MsgBox "OK" Application.ScreenUpdating = True End Sub
Bài đã được tự động gộp:
A cho e hỏi thêm chút bỏ trang đầu đi có nghĩa là trang đầu không đánh số Trang hay sao ạ!Code thế này bạn! Bỏ cái trangdau đi là được!
PHP:Sub DSTrang() Dim i As Byte, j As Byte Dim cp As Byte Dim Sh As Worksheet Application.ScreenUpdating = False For Each Sh In ActiveWorkbook.Worksheets Sh.Activate With ActiveSheet.PageSetup '.LeftFooter = "" .CenterFooter = "&P" '.RightFooter = "" .FirstPageNumber = 1 '.PrintErrors = xlPrintErrorsDisplayed End With Next MsgBox "OK" Application.ScreenUpdating = True End Sub