AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,058
- Office Version
- 2019
- 2010
- Platform
- Windows
Came across this
Re: Handling click event on images
put an image on the sheet. righlcick and click view code
you will get something like this
Private Sub Image1_Click()
End Sub
But I cannot figure out or find how to put an image on a sheet.
I did put an ActiveX image with a Picture just how I wanted but there was no Click event.
Is there some way to get a click-aware image? I want a click on it to Open a UserForm
Re: Handling click event on images
put an image on the sheet. righlcick and click view code
you will get something like this
Private Sub Image1_Click()
End Sub
But I cannot figure out or find how to put an image on a sheet.
I did put an ActiveX image with a Picture just how I wanted but there was no Click event.
Is there some way to get a click-aware image? I want a click on it to Open a UserForm