View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.charting
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Make a chart spin???

You rotated an Excel chart? An embedded chart object? Or a picture of a
chart?

What is the purpose of rotating the chart?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Matthew Wells" wrote in message
. ..
Any kind. I did this in school in '99. You iterate in a loop rotating 10
degrees at a time. I did it in VB (I'm assuming you could do it in VBA as
well). Does anyone know the code?


"Jon Peltier" wrote in message
...
I hope you're talking about a pie chart, because other types are not
intended to spin. In the pie chart, you have a property called Angle of
First Slice. To make the chart seem to spin, you need code that increments
this angle from zero to 360, then starts again at zero.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"Matthew Wells" wrote in message
...
I know I've seen some code somewhere that made a chart spin continuously.
Does anyone know how to do this?

Thanks.

--
Matthew.Wells