View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hilde[_2_] Hilde[_2_] is offline
external usenet poster
 
Posts: 1
Default VBA won't recognize form object

I am working on a new project and have created a form
which VBA named UserForm1. It appears in the object list
for VBAProject. The line
UserForm1.Show
was being executed before, but now repeatedly gives me
a 'Need Object' error.

I can't seem to get VBA to recognize the form. Any
suggestions would be gratefully received.