PDA

View Full Version : Automation Error?



ProteanBeing
02-01-2008, 09:28 AM
I am getting this error when trying to load a simple userform. The userform (called DialogPassword) contains a text box for a password to proceed further. I use this

DialogPassword.show

to attempt to show the userform. That is the point in which I get the error. This works for other userforms. Why am I getting this error?

Dave
02-03-2008, 12:08 AM
Trial getting rid of any userform initialization code. Beyond that it may be a good idea to remove the userform and biuld another one. Good luck. Dave