J
jeanmac
Hi, I'm very new to VBA programming full stop, but absolutely new in
PowerPoint, all I want to do is write a little bit of code along the lines
of:
If selection.shaperange(1)=true then
ActiveWindow.Selection.ShapeRange(1).width = 260
else
msgbox "You must select the logo before you can resize it"
End if
I've been trying unsuccessfully for ages, and can't find help on it -
probably because it is too simple and I am too thick.
Any help would be really appreciated.
Thanks
Jeanmac
PowerPoint, all I want to do is write a little bit of code along the lines
of:
If selection.shaperange(1)=true then
ActiveWindow.Selection.ShapeRange(1).width = 260
else
msgbox "You must select the logo before you can resize it"
End if
I've been trying unsuccessfully for ages, and can't find help on it -
probably because it is too simple and I am too thick.
Any help would be really appreciated.
Thanks
Jeanmac