A
Antagony
I'm trying to write a macro to change the shape of the currently selected
picture to a rectangle with two diagonally opposing rounded corners
(msoShapeRound2DiagRectangle), but it just doesn't seem to work. I've coded
to check that the picture is converted to a Shape if it's an InlineShape and
the conversion code I'm using is this:
Selection.ShapeRange.AutoShapeType = msoShapeRound2DiagRectangle
Now, I've tried this in Excel and it work fine; so, as a workaround to this
apparent Word bug, I'm having to create an instance of Excel, cut the image
from the Word doc, paste it into Excel, apply the new auto shape format, cut
it from Excel and finally paste it back into Word! It works but it's
slow--especially on larger pictures--and it seems a ridiculous length to have
to go to to perform this simple task.
Is there another way to perform this task in Word 2007?
P.S. How does one report a bug like this to Microsoft? I can't find anything
obvious in the help or on their website.
picture to a rectangle with two diagonally opposing rounded corners
(msoShapeRound2DiagRectangle), but it just doesn't seem to work. I've coded
to check that the picture is converted to a Shape if it's an InlineShape and
the conversion code I'm using is this:
Selection.ShapeRange.AutoShapeType = msoShapeRound2DiagRectangle
Now, I've tried this in Excel and it work fine; so, as a workaround to this
apparent Word bug, I'm having to create an instance of Excel, cut the image
from the Word doc, paste it into Excel, apply the new auto shape format, cut
it from Excel and finally paste it back into Word! It works but it's
slow--especially on larger pictures--and it seems a ridiculous length to have
to go to to perform this simple task.
Is there another way to perform this task in Word 2007?
P.S. How does one report a bug like this to Microsoft? I can't find anything
obvious in the help or on their website.