J
Jim
I can't figure out what is wrong with this line of code:
Image1.Picture = LoadPicture(sFileName)
This is in Excel 2000.
I get "Compile Error: Sub or function not defined," and LoadPicture is
highlighted. sFileName is a variable with a valid, complete path. This
worked early yesterday, now it won't. I did a lot of programming after and
today. What have I done to mess this up?
Image1.Picture = LoadPicture(sFileName)
This is in Excel 2000.
I get "Compile Error: Sub or function not defined," and LoadPicture is
highlighted. sFileName is a variable with a valid, complete path. This
worked early yesterday, now it won't. I did a lot of programming after and
today. What have I done to mess this up?