You can try this code:
It opens an openfile dialog when you doubleclick the image1.Code:Private Sub Image1_DblClick(ByVal Cancel As MSForms.ReturnBoolean) Image1.Picture = LoadPicture(Application.GetOpenFilename) End Sub
You can change Application.GetOpenFilename to Range("A1").Value if it contains full path including filename
Pomůže to?![]()


LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks