Hello,
This is my first time posting to the website so I'm sorry if I don't provide enough information. I am working in a manufacturing facility and I am trying to build a file for the floor operators to use. I have a stand alone computer with a barcode scanner attached so each time we change to a new product the barcode is scanned prompting the file to pull up all the information for the new part. Currently I have a code that calls a jpeg file up and shows a work instruction on the screen, updating each time a new barcode is scanned. The code that performs this action is shown below. What I want to do is pull up a pdf file instead. We save all of our files as pdf's and currently I have to convert the pdf to a jpeg and save it in a different file folder to keep file working. I want to make it standard so that the file draws from our controlled folder that is updated everytime we create a new file.
I have tried changing this to state "Image1.Picture = LoadPicture(MyDocs & Sheet1.Range("C2") & ".pdf") however the file does not show display, there are no run errors however there is nothing displayed on the screen. Is there any way to do this so I do not have to convert the file to a .jpg file?![]()
Please Login or Register to view this content.
Bookmarks