1) Find Function (Ctrl + F)
Okay. I want to be able to utilize the find function in a presentation format to search for a word, phase, or whatever like you can when you want to edit the document.
Is this available through a macro/VBA code?
2) "Exit All" function
Okay. This is the simple code I want to enable:
(Private or Sub) cmdExit_Click()
Application.Quit
End Sub
When you have one presentation open, this works fine to shut downt without having to close out the presentation, and then the application itself. However, when you have multiple presentations linked together, I believe PowerPoint gets a little confused about closing all of the applications and fails to close anything.
3) User Forms
How do you apply/implement a User Form through a macro using VBA in PowerPoint??? I can design a form and write code for it, but I cannot get it to run. It is not an .exe file like it is using VB 6.0, so what do you do.
Okay. I want to be able to utilize the find function in a presentation format to search for a word, phase, or whatever like you can when you want to edit the document.
Is this available through a macro/VBA code?
2) "Exit All" function
Okay. This is the simple code I want to enable:
(Private or Sub) cmdExit_Click()
Application.Quit
End Sub
When you have one presentation open, this works fine to shut downt without having to close out the presentation, and then the application itself. However, when you have multiple presentations linked together, I believe PowerPoint gets a little confused about closing all of the applications and fails to close anything.
3) User Forms
How do you apply/implement a User Form through a macro using VBA in PowerPoint??? I can design a form and write code for it, but I cannot get it to run. It is not an .exe file like it is using VB 6.0, so what do you do.