B
Bruce
I am creating a userform.I have created a macro that calls the userform
When I select the button, I get a "File not Found" error. When I then select
debug, it reports:
RUN-TIME ERROR '361'
Can't load or unload this object.
Macro code is:
Sub InputForm()
UserForm1.Show
End Sub
I do have my form named UserForm1 (defualt)
Right now the form is pretty simple.
I am just starting it.
Thanks
Bruce
When I select the button, I get a "File not Found" error. When I then select
debug, it reports:
RUN-TIME ERROR '361'
Can't load or unload this object.
Macro code is:
Sub InputForm()
UserForm1.Show
End Sub
I do have my form named UserForm1 (defualt)
Right now the form is pretty simple.
I am just starting it.
Thanks
Bruce