• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Chart Animation VBA Help

chirayu

Well-Known Member
Hi Guys,

It is with regards to the following:

http://datapigtechnologies.com/blog/index.php/excel-hero-and-animated-charts/

I tried modifying the code without fruition.

I wish to be able to edit the code to allow me to have the chart on a separate sheet to the data. My data would be on a hidden sheet and whenever I change the vlookup for my chart, the code would execute for the specified chart.

I have 6 charts in my workbook in sheet 2, so more than likely I will need to replicate the code for all 6 charts.
 
Thanks Luke. I see that you added this before the specified event
Code:
With Worksheets("demo")
 
Yep...and a period in front of the Range callouts, to trace back to the With. That way code knows where to look. ;)
 
Back
Top