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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top