A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Andreas;
Thank you for your tremendous help in resolving the issue.
Here's a summary of what to do to Suppress the Jiggle/Flicker running animation (XL 2003):
1) The initial XL 2003 (flickering problem) w/b consists of a worksheet (data) and a Chart in its own sheet
....> add a new w/s and place the chart in it (instead of chart in its own sheet. Right-click the chart and select Location)
....> name the new w/s as the replaced chart sheet (for consistency)
....> add a resize routine in w/s Activate event to scale the placed chart (to full window)
....> add Chart Activate event to freeze animation if you click the chart anywhere
....> add a line to the animation routine Sub Diagramm1_Beiklick() to deactivate the chart to suppress flickering
(refer to Andreas above code, Nov 04, 2010)
2) Click the animation macro button on the chart
.... Press Ctrl+Break to STOP Animation
.... Click chart Or Select another cell to FREEZE Animation
The chart would repeatedly "resize" when animation is interrupted by clicking the chart followed by switching between the 2 w/s.
One needs to STOP the animation (Ctrl+Break) to properly end the session.
3) For those who prefer XL 2007:
The initial (problem) XL 2003 animation w/b (with the chart in its own sheet) would run quietly in XL 2007. No flickering/jiggling during the animation!
Furthermore, should one follow the steps in Item 1 above, the chart would NOT repeatedly "resize" when animation is interrupted by clicking the chart (or selecting another cell) followed by switching between the 2 w/s.
Problem solved!
Thanks again.
Monir