1 Attachment(s)
How do I "click" a Command Button in PowerPoint edit mode?
Simple, but dumb question. I have a PowerPoint presentation that requires a lot of edits depending on service level. I created a Form window, and have all of the code in place to make the edits quickly but I am stumped on how to show the form to the creator-
I put a CommandButton on the 1st page of the presentation, and it has the following OnClick code but when it's clicked, it only selects the button (edit mode). How can I make it to where the user can click the button while PowerPoint is in edit mode, or another way to show the form?
Code:
Private Sub CommandButton1_Click()
Setup.Show
CommandButton1.Select
Selection.Delete
End Sub
Attachment 30722