Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() HI everyone, I am trying to change an embedded chart on a page to show various charts throughout my workbook through use of a drop-down menu. Is there a (relatively) simple way to copy a chart (source, styles, etc) using VBA to an already existing chart? I know how to copy the source data and then all the chart object styles one by one but was wondering if there is a simple short-cut that copies everything all in one go. Thanks for your time -- statto_stu ------------------------------------------------------------------------ statto_stu's Profile: http://www.excelforum.com/member.php...o&userid=28739 View this thread: http://www.excelforum.com/showthread...hreadid=484796 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not copy the entire chart? That is, once you select the chart to show,
delete the embedded chart, copy the selected chart, and paste the copy where the embedded chart used to be. Would have the same effect but simpler and probably faster. Just turn screen updating off while you do it so the changes are transparent to the user. -- - K Dales "statto_stu" wrote: HI everyone, I am trying to change an embedded chart on a page to show various charts throughout my workbook through use of a drop-down menu. Is there a (relatively) simple way to copy a chart (source, styles, etc) using VBA to an already existing chart? I know how to copy the source data and then all the chart object styles one by one but was wondering if there is a simple short-cut that copies everything all in one go. Thanks for your time -- statto_stu ------------------------------------------------------------------------ statto_stu's Profile: http://www.excelforum.com/member.php...o&userid=28739 View this thread: http://www.excelforum.com/showthread...hreadid=484796 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy chart formatting and chart templates in Excel 2007 | Charts and Charting in Excel | |||
Using an existing chart, how do I update the data | Charts and Charting in Excel | |||
Add second string of data to existing chart | Charts and Charting in Excel | |||
Adding a second series to an existing chart | Charts and Charting in Excel | |||
How do you link chart source data when you copy the chart? | Charts and Charting in Excel |