Thank you for the help. I managed to get the PDF selected and opened. See code below.
What must I add in below code to show error if the item number selected has no PDF present? Currently if I select a number for which I know a PDF does not exist, then it throws me back to the VBA Code. With a unit set up on lock-down I want to try and prevent this. Rather the User Form show a N/A in the PDF Block if possible?
Another reason why I decided to use the PDF plug-in is because the unit will be on lock-down software with only a Numb-Keypad connected to the unit. (No Mouse or Keyboard will be connected) With the Tab Button on the Numb-Keypad it is easy to move from one button to another button on the User Form hence the reason for wanting to use the "Previous Page", "Next Page", "Zoom In" & "Zoom Out" buttons on the User Form. Do you know how to set the command for these buttons?
With your previous mentioning of using the Web Browser Control...Will these functions also be available in such a manner?
Bookmarks