T
tkstock
I have an Excel template with charts that spawns multiple copies o
itself by copying specific worksheets to a new workbook, then savin
the new workbook. The only problem is, the charts that are copied ove
retain their references to the original workbook. Isn't there
workbook setting I can set in VBA that would prevent Excel from keepin
those references?
Setting the "UpdateRemoteReferences" property doesn't help. Settin
the "SaveLinkValues" property doesn't help. When are the reference
actually created? If I delete the link after the workbook is created
it says that the chart series "value" string is too long, so I can'
just delete the link either.
Any help would be appreciated!!
Thanks
itself by copying specific worksheets to a new workbook, then savin
the new workbook. The only problem is, the charts that are copied ove
retain their references to the original workbook. Isn't there
workbook setting I can set in VBA that would prevent Excel from keepin
those references?
Setting the "UpdateRemoteReferences" property doesn't help. Settin
the "SaveLinkValues" property doesn't help. When are the reference
actually created? If I delete the link after the workbook is created
it says that the chart series "value" string is too long, so I can'
just delete the link either.
Any help would be appreciated!!
Thanks