Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks in advance.
I have 60 workbooks with 7 identical worksheets. I have added some graphs and charts to one of the workbooks (Master Workbook). I want to use these charts with the remaining 59 workbooks. I am currently using code to import each set of workbooks into the master. Then I save the master as a new file. The import works great but the references used in the charts are invalid after import. Is there a way to "update" the referances to the active workbook (Master) or can I set the references in the charts to be absolute/constant/protected? If so how could I do that? -- Your guidance is greatly appreciated! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you just want the chart for visual display in the master workbook, then
you could probably use the CopyPicture method to move them from the other workbooks. They would not have the links that are associated with other methods. Check it out in the VBA help file. "Apprentice" wrote in message ... Thanks in advance. I have 60 workbooks with 7 identical worksheets. I have added some graphs and charts to one of the workbooks (Master Workbook). I want to use these charts with the remaining 59 workbooks. I am currently using code to import each set of workbooks into the master. Then I save the master as a new file. The import works great but the references used in the charts are invalid after import. Is there a way to "update" the referances to the active workbook (Master) or can I set the references in the charts to be absolute/constant/protected? If so how could I do that? -- Your guidance is greatly appreciated! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you just want the chart for visual display in the master workbook, then
you could probably use the CopyPicture method to move them from the other workbooks. They would not have the links that are associated with other methods. Check it out in the VBA help file. "Apprentice" wrote in message ... Thanks in advance. I have 60 workbooks with 7 identical worksheets. I have added some graphs and charts to one of the workbooks (Master Workbook). I want to use these charts with the remaining 59 workbooks. I am currently using code to import each set of workbooks into the master. Then I save the master as a new file. The import works great but the references used in the charts are invalid after import. Is there a way to "update" the referances to the active workbook (Master) or can I set the references in the charts to be absolute/constant/protected? If so how could I do that? -- Your guidance is greatly appreciated! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to update active workbook in one folder | Excel Worksheet Functions | |||
Update on out of control Active Cell Indicator | Excel Programming | |||
update active window | Excel Programming | |||
Update Style in non-active workbook | Excel Programming | |||
Update Values as soon as a Worksheet becomes active? | Excel Programming |