error with userform, "unable to create embedded object"
I have created a very simple userform. It contains only a label control.
It will not work.
When I try to execute I get the error:
Run-time error '31032':
Unable to create embedded object
The code calling the form is:
Private Sub CommandButton1_Click()
UserForm3.Show
End Sub
CommandButtun1 is on sheet 1 of my workbook.
This is my first attempt at userforms. Is there something basic that I'm
missing? I 've read books and web sites and help files and have been unable
to solve this problem
|