Hi, i have troubles trying to find the correct syntax for loading a picture "Picture 1" from my spreadsheet into a imagebox.

i found some examples

Me.PictureBox1.Image = Image.FromFile("C:\foo.bmp")

but these are for loading pictures using a path directory


how should i load a picture from my spreadsheet into the image box?

kindly advise.