I built a User Form where there is a post-select configuration that depending on choices shows an image and text results.
I uploaded the pictures from a cell where the image PATH is written to a picture box.
Image1.Picture = LoadPicture (Sheets ("XXX"). Cells (34, 5))
I have two problems:
The image is loaded upside down. I tried to find a ROTATE command, tried to make the image 180 degrees in a folder in advance, even tried to upload it to picture box directly one by one and the same problem. How can I make it rotate 180 degrees?
I sent the file to my co-workers and they were able to open the User Form, but when they clicked the SHOW button an error occurred that says the PATH was not found. I guess it is because the image is in a folder only on my computer. How can I put it in a shared folder and make PATH relevant to everyone (assuming there is a different USER for each computer)?