I have a PowerPoint file with a slide with an image (wmf/emp file) in it and I want to “ungroup” the image elements in it using VBA.
I need to ask PowerPoint twice to do it – but then it does.
Can it be done using VBA? and if so, how?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s fairly simple – from the help file:
You may need to do some error checking if it can’t be ungrouped, like a JPG, and some type checking (i.e.
If s.Type = msoPicture...)