View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shawn[_6_] Shawn[_6_] is offline
external usenet poster
 
Posts: 4
Default Charts in copied worksheets

H

I'm attempting to copy a worksheet from one workboo to antoher and than have the data as values in the new workbook including charts. I can us

With ActiveSheet.UsedRang
.Value = .Valu
End Wit

to turn all cells into values. The problem is with chart data sources. They stay as links to the source workbook and every time I open the new workbook it asks for link refresh

Is there a way of eliminating this programmatically and keeping chart appearance unchanged at the same time (almost like treating charts as pictures)

Thank

Shawn