Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default selecting charts for printing

Hi,

i have a userform from which i would like users to select specific charts to
print. there are 24 (pivot) charts over two sheets (12 per sheet).

i can select specific charts using the following: -

ActiveSheet.Shapes.Range(Array("ChartCool01", "ChartCool02")).Select

but in print / preview it shows the background worksheet too (i want just
graphs); anyone have ideas on how to print just the graphs collated
together? am i going about it all wrong?!

any help greatly appreicated as always,

Tim


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default selecting charts for printing

Print each chart individually
or
copy the charts to a blank worksheet and arrange them so the worksheet
isn't visible.
or
Hide what you don't want seen
in the same vein, put a large opaque shape behind the chartobjects
--
Regards,
Tom Ogilvy

"Tim" wrote in message
...
Hi,

i have a userform from which i would like users to select specific charts

to
print. there are 24 (pivot) charts over two sheets (12 per sheet).

i can select specific charts using the following: -

ActiveSheet.Shapes.Range(Array("ChartCool01", "ChartCool02")).Select

but in print / preview it shows the background worksheet too (i want just
graphs); anyone have ideas on how to print just the graphs collated
together? am i going about it all wrong?!

any help greatly appreicated as always,

Tim




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
Selecting lots of charts pwermuth Excel Discussion (Misc queries) 4 July 8th 05 03:36 PM
Array Printing (Selecting) Craig[_21_] Excel Programming 1 December 31st 04 07:51 AM
printing out via vb and selecting the printer HCS Excel Programming 1 October 19th 04 06:04 PM
Selecting specific excel charts using VBA Mithi_M Excel Programming 3 July 25th 04 01:59 AM
selecting multiple charts Jon Peltier[_3_] Excel Programming 2 September 2nd 03 09:53 PM


All times are GMT +1. The time now is 02:12 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"