View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Duncan[_5_] Duncan[_5_] is offline
external usenet poster
 
Posts: 290
Default Please Help! Object Required suddenly, was working before!

Hi all,

I am running a userform and from my first form (main menu) I choose
which form to open, now when I click on one particular button which
says

Private Sub NotifyTerminate_Click()
Unload Me
Notify.Show vbmodless
End Sub

It bugs out and says "Object Required", this has just suddenly
happened, I dont know why because the form called "Notify" is still
there with still same name........

Maybe file corrupt, does anyone know of this happening before and the
possible cause?

Many thanks in advance

Duncan