But chart does
[vba]
ActiveSheet.ChartObjects("Chart 1").Chart.Refresh
[/vba]
But chart does
[vba]
ActiveSheet.ChartObjects("Chart 1").Chart.Refresh
[/vba]
____________________________________________
Nihil simul inventum est et perfectum
Abusus non tollit usum
Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
James Thurber
I am sure this will work..but is there any way that all the charts on the active sheet get refreshed...without having to hard code in "Chart 1". Or it dynamically loops through all charts found on a sheet.Originally Posted by xld
Else I will create a loop and cycle through each chart........!!!!
thanks,
asingh