Friday, 6 September 2013

VBA Copy & paste chart in excel

VBA Copy & paste chart in excel

Im trying to copy a graph from on sheet when a condition is met. For example
IF range ("G5") = "Team 1" Then
Copy and Paste Graph at range (H15:N31)
Then remove the graph when the work sheet is exited or another team is
selected.
Any ideas on the VBA code i would need to make this happen.

No comments:

Post a Comment