use xml-values to rotate objects

G

Gohei

Hoping sombody can help me with this: Is it possiple to use a spesific cell
value between 0-360 to rotate an object within excel?
 
J

joel

A cell cannot have an object inside the cell. Objects are shapes whic
sits on top of a cell and some shapes can be rotated. I would need t
know which object you are using.

Text inside the cell can be rotated usingg the following code

Range("A2") = "abc"
Range("A2").Orientation = 4
 
Top