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. #8
    Something like code below which doesn't have any conditional statements to compare with.

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