Abdulkhadar
Board Regular
- Joined
- Nov 10, 2013
- Messages
- 165
- Office Version
- 2019
- 2010
- Platform
- Windows
Hello Excel Experts.........
I Want to print three rows information i.e C205, C206 & C207 after Last used B Cell in the below VB. or Print this three cells information on last page below the last B cell used.
Sub Button1_Click()
ActiveSheet.PageSetup.PrintArea = "$A$1:$N$" & Cells(Rows.Count, "B").End(xlUp).Row
Sheets("Sheet1").PrintPreview
End Sub
Thanks in advance
I Want to print three rows information i.e C205, C206 & C207 after Last used B Cell in the below VB. or Print this three cells information on last page below the last B cell used.
Sub Button1_Click()
ActiveSheet.PageSetup.PrintArea = "$A$1:$N$" & Cells(Rows.Count, "B").End(xlUp).Row
Sheets("Sheet1").PrintPreview
End Sub
Thanks in advance