Hi all, hoping someone can help me out with this- probably a stupid question.

I've embedded a pdf into my workbook, and i need a code which will open the embedded pdf to a certain page.

So far this is what i have to open the embedded pdf..


'Object 2' is the name of the embedded pdf.
-----------------------
Sub Macro1()

ActiveSheet.Shapes("Object 2").Select
Selection.Verb Verb:=xlPrimary

End Sub

----------------------

If someone could help open the pdf to a certain page that would be great.