Run time Error -2147352571 when showing a form

R

Ric Payne

I have been working on a project that shows a form containing a bunch
of controls. It has caused no problem at all for several months but
today when i click a button to show the form i'm gettin the following
message:
Run-time error '-2147352571 (80020005)
Could not set the Value property. Type mismatch.

This project is mission critical for me. Can someone please help.
 
T

Todd S

-----Original Message-----
I have been working on a project that shows a form containing a bunch
of controls. It has caused no problem at all for several months but
today when i click a button to show the form i'm gettin the following
message:
Run-time error '-2147352571 (80020005)
Could not set the Value property. Type mismatch.

This project is mission critical for me. Can someone please help.
.
What version of Excel are you running?
 
B

Bob Umlas

Single-Step thru the userform_initialize event -- you'll likely find the
offending statement.
Bob Umlas
Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top