nickwoowoo
New Member
- Joined
- Nov 22, 2013
- Messages
- 2
Hi,
I've been trawling forums for two days now for an answer to this, but with no luck.
All I want is the ability for a user to draw within a UserForm, and then what he/she draws to be displayed within a worksheet.
InkPicture would seem the correct control to be using, but I can't find a way for it to then be displayed in a worksheet.
My simplest attempt was:
Private Sub CommandButton1_Click()
Sheet1.InkPicture1.Picture = InkPicture1.Picture
End Sub
Which resulted in no errors, but didn't do anything.
Does anyone have an answer?
I've been trawling forums for two days now for an answer to this, but with no luck.
All I want is the ability for a user to draw within a UserForm, and then what he/she draws to be displayed within a worksheet.
InkPicture would seem the correct control to be using, but I can't find a way for it to then be displayed in a worksheet.
My simplest attempt was:
Private Sub CommandButton1_Click()
Sheet1.InkPicture1.Picture = InkPicture1.Picture
End Sub
Which resulted in no errors, but didn't do anything.
Does anyone have an answer?