based:
Private Sub MAPPA()
'
'SEE THE LAST POST
Dim strurl As String
strurl = "
Shape1.Fill.UserPicture strurl
End Sub
i have insert a shape on form but have error:
metod or data member not found
.Fill
note:
i just have a shape1 on form
naturally other way are welcomed, also to use image1
Private Sub MAPPA()
'
'SEE THE LAST POST
Dim strurl As String
strurl = "
Shape1.Fill.UserPicture strurl
End Sub
i have insert a shape on form but have error:
metod or data member not found
.Fill
note:
i just have a shape1 on form
naturally other way are welcomed, also to use image1