A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Bob,
The reason for the runtime error you saw is that the msoGroup object doesn't have a TextFrame of its own; only the drawing objects inside the group can have that. I haven't experimented to see whether VBA can address a drawing object's TextFrame while it's still grouped; more likely, you would have to ungroup the objects, change the size in the TextFrame, and regroup. That can be hard to program, but may be easier to do manually where you can see what's happening in the document.