View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Unbelievable error 457

Post the code and show where the error occurs?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Patrick Penet" wrote in message
...
Hello All !

VBA XL 2003

Is there any Guru who could help solving this :

I have a UserForm in a small app who used to work
properly until yesterday.

Suddenly, I cannot either show, unload, hide, read
textboxes option buttons etc. with this UF.
It raise the 457 error. Same behaiour in the immediate
window of the VBE.

Since I don't have any collection running at
this time, I really don't understand. It seems like
it is an internal collection of objects in VBA Excel (?)
that is faulty.

I have been programming VBA since more than
12 years and I never saw that before !

Any help, tips or tricks would be highly appreciated.

Thank you beforehand.

Patrick