View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Rotate a Picture

Thanks for the answer Mike, but I still could't make it work in my XL2k

Vaya con Dios,
Chuck, CABGx3


"Mike H" wrote in message
...
Hi,

Try this

ActiveSheet.Shapes("Picture 1").IncrementRotation 90#

Mike

"CLR" wrote:

Hi All.......

I know how to rotate a "shape", but cannot seem to be able to rotate a
"Picture".

Would like to rotate it by 180 degrees. Anybody know the code, please?

TIA
Vaya con Dios,
Chuck, CABGx3