Results 1 to 15 of 15

Thread: Pop up messages when many programs are executed in VBA PowerPoint

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #13
    I tried something like this: It worked so far, I should test with multiple test cases.

    Function changecol(oshp As Shape)
        oshp.Fill.ForeColor.RGB = RGB(255, 0, 0)
        changecol = True
        Exit Function
        Err_Handler:
       changecol = False
    End Function
    Last edited by Aussiebear; 11-24-2024 at 02:07 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
  •