i guess is simple but i just cant getting done, so please help - is obsessing me
I need draw a trapezoid by running a macro
the thing is that i need to be done it wherever i click (select) - relative - and not where is selected when i record.
I do not now if I make myself clear - wherever i click i want an trapezoid
Please help me with this.
Put this code in a standard code module.
Select a range and run the macro
Sub InsertTrapeziod() With Selection .Parent.Shapes.AddShape msoShapeTrapezoid, .Left, .Top, .Width, .Height End With End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks