I've developed an application which loads an Excel Chart into an ImageBox using:
Code:
Image1.Picture = LoadPicture(Fname)
It works fine on my PC but when I run it on someone else's machine, I get an error message that the "Sub or Function" for "LoadPicture" is not defined. Any ideas as to what's the problem?