Inserting slides with userforms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to insert a slide that relies on a vba userform into another
presentation. When I insert slides from file the userform does follow the
slide. I know I can get round this by inserting all the slides from the
second presentation into the presentation with the userform but why doesn't
method A work?

PPT 2003 - Windows XP Pro
 
John Wilson said:
I'm trying to insert a slide that relies on a vba userform into another
presentation. When I insert slides from file the userform does follow the
slide. I know I can get round this by inserting all the slides from the
second presentation into the presentation with the userform but why doesn't
method A work?

Your slides may rely on the user form but the user form isn't part of the
slide, so it doesn't copy.

You could export the user form from one presentation and import it into the
other, though. You'd do this in the VBA IDE. Right click on the form's name
in the list of forms/modules/classes on the left and choose Export File.

Rightclick anywhere in the list, choose Import File and point to the frm file
you just exported to bring it into a different presentation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top