Hello I need help:
Dim sfile$, fpath$
With Application
Fpath = ThisWorkbook.Path & .pathSeparator & “Pictures” & .pathSeparator
sFile = Dir(fPath & .PathSeparator & TextBox1.Text & “.*”)
Image1.Picture = LoadPicture(“”)
If sFile<>”” Then Image1.Picture = LoadPicture(fPath &...