Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 313
Default printing charts from several workbooks

I need to create PDF file from several charts stored in separate workbooks. I
have created following procedu

==============================================

Sub printsupplycharts()

Windows("INT 25104kpi overdue orders.xls").Activate
Sheets("Chart1").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("25104kpi OD.xls").Activate
Sheets("Supplier Chart").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("INT 25104kpi summary.xls").Activate
Sheets(Array("PRP by Buyer", "Total PRP")).Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True



Windows("INT 47211kpi overdue orders.xls").Activate
Sheets("Chart1").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("47211kpi OD.xls").Activate
Sheets("Supplier Chart").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("INT 47211kpi summary.xls").Activate
Sheets(Array("PRP by Buyer", "Total PRP")).Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True



Windows("INT 70601kpi overdue orders.xls").Activate
Sheets("Chart1").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("70601kpi OD.xls").Activate
Sheets("Supplier Chart").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

Windows("INT 70601kpi summary.xls").Activate
Sheets(Array("PRP by Buyer", "Total PRP")).Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True

End Sub
==================================

Do I have to open the files first or there is any way to print chart without
opening excel workbook ?

Each workbook charts are stored in separate PDF. It will be better to copy
all charts to one workbook and then print just once to create one PDF file ?
If yes, how ?

Regards,

Tony
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 embedded charts in Excel 2007 Stephen R. Gibson Charts and Charting in Excel 1 June 23rd 06 06:00 AM
Charts for printing Maxal Charts and Charting in Excel 1 April 22nd 06 04:03 AM
Charts Line Types for Multiple Data Series not Printing Properly Seanb Charts and Charting in Excel 0 August 22nd 05 06:35 PM
Text on charts not printing jgsharp Charts and Charting in Excel 0 August 9th 05 02:49 PM
Problems when printing large workbooks Jayne Excel Discussion (Misc queries) 0 March 8th 05 03:43 PM


All times are GMT +1. The time now is 04:42 PM.

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

About Us

"It's about Microsoft Excel"