View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel[_494_] joel[_494_] is offline
external usenet poster
 
Posts: 1
Default use xml-values to rotate objects


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

Text inside the cell can be rotated usingg the following code

Range("A2") = "abc"
Range("A2").Orientation = 45


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=167733

Microsoft Office Help