Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to all for their help so far. I can find the last row okay, but how
can I now print from cell A1 through to the last row +2, column 24 ? Dim IngLastRow As Long With Sheets("Report(metArb)") lngLastRow = .Cells(Rows.Count, "B").End(xlUp).Row + 2 End With .... that finds the last row, but to print from A1 to the lastrow+2 (which is IngLastRow) is it ActiveSheet.PageSetup.PrintArea = "$A$1:" & "IngLastRow+2,24" thanks again ... Roger |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell borders do not print on one side of print area?? | Excel Discussion (Misc queries) | |||
Macro to hide rows with a certain cell empty then set print area and print | Excel Programming | |||
cell borders that I create dont show on print preview or print | Excel Discussion (Misc queries) | |||
Active cell counting in particular print page (one sheet having different print area) | Excel Worksheet Functions | |||
Excel cell looks good in print preview but doesn't print??? | Excel Discussion (Misc queries) |