View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruce[_2_] Bruce[_2_] is offline
external usenet poster
 
Posts: 25
Default Getting a "File Not Found" error when trying to show userform

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