Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a large spreadsheet that I would like to print 3 different sheets to one file (on different sheets) other than the one I am in. Does anyone have sample code that would do this. Thanks in advance for any help. Adella |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Adella.
See Ron de Bruin's Print page notes at: http://www.rondebruin.nl/print.htm --- Regards, Norman "Adella" wrote in message ... Hi, I have a large spreadsheet that I would like to print 3 different sheets to one file (on different sheets) other than the one I am in. Does anyone have sample code that would do this. Thanks in advance for any help. Adella |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I had looked there and tried:
Sheets("Sheet30").PrintOut and also Sheet30.PrintOut(1,16,,,,True,,) and neither worked? "Adella" wrote: Hi, I have a large spreadsheet that I would like to print 3 different sheets to one file (on different sheets) other than the one I am in. Does anyone have sample code that would do this. Thanks in advance for any help. Adella |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I also tried:
Sheets(Array(Sheet30, Sheet4, Sheet35)).PrintOut PrToFileName:=plan.xls and received a runtime error 424 Object req? "Adella" wrote: I had looked there and tried: Sheets("Sheet30").PrintOut and also Sheet30.PrintOut(1,16,,,,True,,) and neither worked? "Adella" wrote: Hi, I have a large spreadsheet that I would like to print 3 different sheets to one file (on different sheets) other than the one I am in. Does anyone have sample code that would do this. Thanks in advance for any help. Adella |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing multiple sheets... | Excel Discussion (Misc queries) | |||
printing multiple sheets | Excel Discussion (Misc queries) | |||
Printing Multiple Sheets | Excel Discussion (Misc queries) | |||
Printing Multiple sheets | Excel Discussion (Misc queries) | |||
Printing Multiple sheets on ONE? | Excel Discussion (Misc queries) |