+ Reply to Thread
Results 1 to 2 of 2

Rotation property?

Hybrid View

  1. #1
    John Keith
    Guest

    Rotation property?

    Shape1 is 2 inserted BMPs grouped then named.
    The shape group "Shape1" still has the green dot that allows manually
    setting the rotation. (unlike what happens when grouping a bitmap and a
    textbox)... that resulting group of shapes has a disabled rotation feature.

    ActiveSheet.Shapes("Shape1").Select
    Selection.ShapeRange.IncrementRotation 270
    Selection.ShapeRange.Rotation 120

    Object doesn't support this property or method. on the 3rd line; why does
    line 2 work and not line3?

    Is there some alternate way to set the rotation?

    --
    Regards,
    John

  2. #2
    Norman Jones
    Guest

    Re: Rotation property?

    Hi John,

    Change:

    > Selection.ShapeRange.Rotation 120


    to

    Selection.ShapeRange.Rotation = 120


    ---
    Regards,
    Norman



    "John Keith" <JohnKeith@discussions.microsoft.com> wrote in message
    news:8639D511-898E-4AED-951A-3C55793A73BD@microsoft.com...
    > Shape1 is 2 inserted BMPs grouped then named.
    > The shape group "Shape1" still has the green dot that allows manually
    > setting the rotation. (unlike what happens when grouping a bitmap and a
    > textbox)... that resulting group of shapes has a disabled rotation
    > feature.
    >
    > ActiveSheet.Shapes("Shape1").Select
    > Selection.ShapeRange.IncrementRotation 270
    > Selection.ShapeRange.Rotation 120
    >
    > Object doesn't support this property or method. on the 3rd line; why does
    > line 2 work and not line3?
    >
    > Is there some alternate way to set the rotation?
    >
    > --
    > Regards,
    > John




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1