Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To all,
I have an xy chart. When the user clicks on it I would like it to open up in the print preview window ready to print. The chart is embedded in a worksheet called 'chart' and not in its own worksheet. Any help you could give me with this would be greatly appreciated. Regards Josep Crabtree |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
You could assign this macro to the chartobject. Sub ChartPrintPreview() ActiveSheet.ChartObjects(Application.Caller).Chart .PrintPreview End Sub Cheers Andy -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info "joecrabtree" wrote in message ... To all, I have an xy chart. When the user clicks on it I would like it to open up in the print preview window ready to print. The chart is embedded in a worksheet called 'chart' and not in its own worksheet. Any help you could give me with this would be greatly appreciated. Regards Josep Crabtree |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart disappears after print preview | Charts and Charting in Excel | |||
Chart does not show up in print preview and wont print? | Charts and Charting in Excel | |||
Circle on chart different in print preview | Charts and Charting in Excel | |||
Embedded Chart does not appear on print preview | Charts and Charting in Excel | |||
my Excel chart doesn't print as it appears on print preview | Excel Discussion (Misc queries) |