I need to use VB to open a PDF document and jump to a particular page within it.

I can view a PDF document by opening the Reader using ShellExecute, or by using the ActiveX control pdf.ocx but have no idea about specifying a page to jump to.

Can this be done, any ideas?