Mattyads2011
New Member
- Joined
- Jun 16, 2011
- Messages
- 23
Hi Guys.
I have assigned a macro to a drawing so that a userform I have created appears.
It used to work fine but I have since added some more labels and text boxes to the form and now it wont appear when i click on the drawing.
I have tried rewriting the macro but to no avail.
This is the first time I have used a form so I may have missed somethign really simple. This is what the coding looks like
Sub AutoShape92_Click()
TalentForm.Show
End Sub
Can any point out what I am doing wrong please?
I have assigned a macro to a drawing so that a userform I have created appears.
It used to work fine but I have since added some more labels and text boxes to the form and now it wont appear when i click on the drawing.
I have tried rewriting the macro but to no avail.
This is the first time I have used a form so I may have missed somethign really simple. This is what the coding looks like
Sub AutoShape92_Click()
TalentForm.Show
End Sub
Can any point out what I am doing wrong please?