Private Sub Image1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
With ActiveWorkbook
Image2.Picture = LoadPicture(.Path + "\cuerpoColor.jpg")
Image3.Picture = LoadPicture()
End With
End Sub
'Este código nos muestra el formulario que deseamos
Private Sub Image2_Click()
UserForm2.Show
End Sub
Private Sub Image2_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
With ActiveWorkbook
Image2.Picture = LoadPicture(.Path + "\cuerpoNegro.jpg")
Image3.Picture = LoadPicture(.Path + "\Mi cuerpo.jpg")
End With
End Sub


No hay comentarios:
Publicar un comentario