How to open PDF inside Excel

Take excel application scope and invoke vba activity…in that vba code you can write like

sub main()
activesheet.shapes(“Object X”).select
selection.verb verb:=xlprimary
end sub()

note: in object X you can take your object number