Grouping and Resizing

K

KC

I have a textbox grouped with a picture.

I'd like to resize the textbox without ungrouping it from the picture and
without having the picture resize with the group.

Is there any way this can be done?

KC
 
L

Luc

KC,
In PowerPoint 2007 you can resize whithin the group without ungrouping. Not
so in PPT 2003 or earlier.
 
J

John Wilson

As Luc says there's no simple way. Can be done in vba using groupitems
(x).width and groupitems(x).height
 
Top