G
Giri
Hi,
Workbook 1, Sheet1 contains a graph (say over cells
A10 to h20 for example) along with source data beside it
(say in cells j10 to m15 as example). The following code
is in a button:
Cells.select
selection.copy
Workbooks.Add
activesheet.paste
The problem is that since it is .paste the graph contains
links to the original workbook/sheet. But in fact i want
the graph & the data to exist here without links to the
original workbook/sheet. What is the code i should change
in the button ?
Note that i tried PasteSpecial with Paste:=xlvalues but
the graphs go for a toss.
Any help in this regard is appreciated. Thank You in
advance.
Regards,
Giri
Workbook 1, Sheet1 contains a graph (say over cells
A10 to h20 for example) along with source data beside it
(say in cells j10 to m15 as example). The following code
is in a button:
Cells.select
selection.copy
Workbooks.Add
activesheet.paste
The problem is that since it is .paste the graph contains
links to the original workbook/sheet. But in fact i want
the graph & the data to exist here without links to the
original workbook/sheet. What is the code i should change
in the button ?
Note that i tried PasteSpecial with Paste:=xlvalues but
the graphs go for a toss.
Any help in this regard is appreciated. Thank You in
advance.
Regards,
Giri