Rotate Images - Flip Images
Sub Flip_Shapes()
Dim sht As Worksheet
Dim shp As Shape
' Flip the Image - Turn the Image Upside Down
Set sht = ActiveSheet
Set shp = sht.Shapes(1)
shp.Flip msoFlipVertical
End Sub
Friday, May 04, 2007
Error loading feed.
Error loading feed.
Download Windows Live Toolbar and personalize your Web experience! Add custom buttons to get the information you care about most.
Error loading feed.
Hey thanks alot for that, though I don't know why you defined sht as ActiveSheet and so on.
ReplyDelete