Hi John

I need to make a button that toggles word wrap in a shape, or selected shapes.
When the button is pressed, it either wraps or unwraps text (toggles between them)

HTML Code:
.WordWrap = False
This is all I have, and have tried many variants, but sadly failed.

I know how to make the button, it's just the VBA / Macro behind it I'm stuck on.

Thank you.