Results 1 to 4 of 4

Thread: How do I "click" a Command Button in PowerPoint edit mode?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    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?

    Private Sub CommandButton1_Click()
        Setup.Show
        CommandButton1.Select
        Selection.Delete 
    End Sub


    Untitled.jpg
    Last edited by Aussiebear; 05-10-2025 at 08:36 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •