VBA - how to get the shapes from the master slide?

  • Thread starter Thread starter roytang
  • Start date Start date
R

roytang

Hi,

Given a presentation with multiple master slides, I'm trying to access
the shapes that appear on a slide but come from the master slide, but
I'm not sure how to access it.

I've tried:
- slide.Master.Shapes (seems to get additional shapes that don't
actually appear on the slide)
- slide.Design.SlideMaster.Shapes (seems to be getting shapes from a
different master slide)

Obviously I'm doing something wrong; can anyone advise the proper way
to do this?

Thanks!

Roy
 
Back
Top