Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using excel 2003 and want to print two different areas on a sheet. Here
is the code I'm using, but when I run it, it locks up sending an error report to MS. ActiveSheet.PageSetup.PrintArea = "$a$1:$l$64" ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True ActiveSheet.PageSetup.PrintArea = "" ActiveSheet.PageSetup.PrintArea = "$a$65:$l$127" ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
variable print areas same worksheet | Excel Programming | |||
Can I adjust print scaling for multiple print areas on the same sh | Excel Discussion (Misc queries) | |||
Need to print a workbook but worksheets have diff print areas | Excel Discussion (Misc queries) | |||
printing multiple print areas with a print dialog box | Excel Programming | |||
Multiple print areas, one worksheet -need to print to PDF! | Excel Programming |