store shape on add-in

  • Thread starter Thread starter hfli999
  • Start date Start date
H

hfli999

Hi,

I would like to store a couple of shapes inside powerpoint add-in. I
can do this with excel add-in. Can I do this? How can I access the
shapes inside the add-in. In excel, I can user Thisworkbook to
reference the add-in sheets. What should I use in powerpoint?

Thanks
 
Hi,

I would like to store a couple of shapes inside powerpoint add-in. I
can do this with excel add-in. Can I do this? How can I access the
shapes inside the add-in. In excel, I can user Thisworkbook to
reference the add-in sheets. What should I use in powerpoint?

In PowerPoint, shapes live on slides, but there are no slides in add-ins, so
you can't store shapes in add-ins.

The add-in can create the shape on the fly using code, though. That's probably
the most direct approach.
 
Back
Top