Rotate Shape

J

JuneTheSecond

Rotate method for selection might be a way to turn a shape or shapes.
An example would be found in the help.
 
D

David Parker

or set a value in the Shape.Cells("Angle").Formula
BTW default is radians, so enter degrees explicitly eg "=35 deg"
 
V

vindimy

from visio documentation:

Shape.Rotate90 method

Rotates an object 90 degrees counterclockwise.

object.Rotate90
object Required. An expression that returns the Shape or
Selection object to rotate.

Version added
2.0

see also:

FlipHorizontal method
FlipVertical method
ReverseEnds method
 
Top