Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Group / ungroup shapes via vba

Status
Not open for further replies.

MakeItSo

Programmer
Joined
Oct 21, 2003
Messages
3,316
Location
DE
Hi Guys,

who knows how to check for grouped shapes in a macro.
Background: I am trying to export all text from a vsd. However, if shapes are grouped, not all text gets exported. So i have to ungroup the shapes, export and afterwards cancel the ungroup.
I have tried with "Sendkeys "^a"; Selection.Ungroup" but receive an error message with the Selection method.

Thanks for any feedback,
MakeItSo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top