Results 1 to 6 of 6

Thread: Need Help Fixing VBA Code for Comboboxes

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    MS Excel MVP VBAX Mentor Andy Pope's Avatar
    Joined
    May 2004
    Location
    Essex, England
    Posts
    344
    Location
    Assuming the activepresentation is your file.

    Set oShape = ActivePresentation.Slides(4).Shapes("Combobox1")
    Last edited by Aussiebear; 04-28-2023 at 08:30 PM. Reason: Adjusted the code tags
    Cheers
    Andy

Posting Permissions

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