msaccess, powerpoint, vba
I am using vba in msaccess to change link references in powerpoint. The script I found has
Dim oSld As Slide
Dim oSh As Shape
I am getting an error 429, ActiveX Component can't create object.
I think I do not have the proper object library loaded in msaccess 2016.
Any suggestions.
Thanks,
WillieCg