Hi,

I've tried for one entire day to refresh properly a chart via VBA but
couldn't make it ....

here's the problem : i have a big spreadsheet with several cpu-intensive
ranges and i refresh them via vba with range(...).select ,
selection.calculate to save precious cpu-time

but this way, a chart that is attached to this range is not updated so i
tried to do this via vba but all the solutions i tried sucked in at
least one major way

a hint from a pro ?