Following from this post, is there a better way to get the Shape that was just added to the slide from the macro?
lngActvSlide = Powerpoint.ActiveWindow.View.Slide.SlideID
With Powerpoint.ActivePresentation.Slides.FindBySlideID(lngActvSlide)
lngLastShape = .Shapes.Count
With .Shapes(lngLastShape)
… do stuff (more questions to come )