Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Printing multiple sheets to file

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Printing multiple sheets to file

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Printing multiple sheets to file

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Printing multiple sheets to file

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing multiple sheets... MarkN Excel Discussion (Misc queries) 1 December 1st 09 10:20 AM
printing multiple sheets Jase Excel Discussion (Misc queries) 1 October 17th 08 04:09 PM
Printing Multiple Sheets Chad Excel Discussion (Misc queries) 3 October 17th 07 10:23 PM
Printing Multiple sheets light_life_love Excel Discussion (Misc queries) 0 August 25th 05 08:52 PM
Printing Multiple sheets on ONE? onesidered Excel Discussion (Misc queries) 2 August 10th 05 06:58 PM


All times are GMT +1. The time now is 07:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"