I have a picture object on my Sheet call Image2 and i am trying to put a picture into it with this method
"Image2.Picture = LoadPicture("C:\KPD55D.bmp")"
This code is in the sheet module itself
The issue is that I keep getting the error "Run-time error '481': Invalid Picture. The issue is that I can open the picture itself in paint when I click on it in the folder no problem. Any help would be nice
"Image2.Picture = LoadPicture("C:\KPD55D.bmp")"
This code is in the sheet module itself
The issue is that I keep getting the error "Run-time error '481': Invalid Picture. The issue is that I can open the picture itself in paint when I click on it in the folder no problem. Any help would be nice