Assuming the activepresentation is your file.
Set oShape = ActivePresentation.Slides(4).Shapes("Combobox1")
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