Dear all, How can I rotate a shape using VBA? Thanks, Arthur
J JuneTheSecond Dec 20, 2005 #2 Rotate method for selection might be a way to turn a shape or shapes. An example would be found in the help.
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 Dec 21, 2005 #3 or set a value in the Shape.Cells("Angle").Formula BTW default is radians, so enter degrees explicitly eg "=35 deg"
or set a value in the Shape.Cells("Angle").Formula BTW default is radians, so enter degrees explicitly eg "=35 deg"
V vindimy Dec 22, 2005 #4 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
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