My son (15 y) is studying pendulum at school, physics lessons. I am trying to help him with a simulated pendulum in Excel, using 2 points chart, one fix (where the \"cord\" of
Sounds like a DoEvents problem. Just put DoEvents in your code like so:
DoEvents
... ActiveSheet.ChartObjects("Chart 1").Chart.Refresh DoEvents Sleep (50) ...