View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
OMAR OMAR is offline
external usenet poster
 
Posts: 25
Default -2147352573 (80020003): Unable to find the specied object

Hi,

I have this user form named user_consulta. It's shown each time the user
clicks the button Consultar, which is in other user form. However, I've not
been able to make it works. Each time I push the button appears a message
error. (Described in the subject)

I don't understand. There's an user form named user_consulta. And the code
I'm using to call it is:
user_consulta.Show

What am I doing wrong?

Any help would be appreciated.

Omar