Form creating error messages

C

Connie Martin

I have created a form with option buttons. The option buttons are in groups
and all worked well within their groups. Then I had to make revisions to the
form. That's where the error messages started. It has been very
frustrating, to say the least. First of all, I noticed the option button
properties that they had all changed numbers, but Visual Basic had the
original numbers. I changed it in VB to agree with the option button
properties. I also had to delete an option button and deleted it in VB. But
when you click where it says "General" in VB to get the drop-down list and
there are a ton of option buttons in there that are not in my form at all!
Here are some of the error messages I've been getting:

WINWORD.EXE - Application Error
The instruction at "0x3015ce8f" referenced memory at "0x0000060". The
memory could not be "read". Click on OK to terminate the program. Click on
CANCEL to debug the program.

If I click on CANCEL, I get this pop-up box:

Program Error
WINWORD.exe has generated errors and will be closed by Windows. You will
need to restart the program. An error log is being created. OK.

When I reopen the file, I get this pop-up box:

Microsoft Visual Basic
Run-time error '57121':
Application-defined or object-defined error.
Continue End Debug Help

The only button available to click on is the End button.

The file would then open and I get this message:

Microsoft Visual Basic
Can't exit design mode because Control 'OptionButton41' can not be created

I went into VB, click where it says General and select OptionButton41 from
the drop-down list. (I had already deleted it in the group.) I scrolled
down and found it on the screen and deleted it.

I still can't exit design mode. The form doesn't work at all.

I saved the file and when I go to close the file I get the first WINWORD.EXE
message mentioned above.

HELP!

Connie Martin
 
S

Suzanne S. Barnhill

It's possible you would have received an answer if you'd posted in one of
the Word VBA NGs, such as microsoft.public.word.vba.userforms.
 
C

Connie Martin

Sorry, but I was working in a form created in Word and it was "application
error" I was getting. I didn't know where else to post, and I can't find
what you're talking about "microsoft.public.word.vba.userforms".
 
S

Suzanne S. Barnhill

You can access the UserForms NG (with a newsreader such as Outlook Express)
at news://msnews.microsoft.com/microsoft.public.word.vba.userforms. It is
also available through
http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx.
I think that may no longer be available, however, so you will have to try
the Programming (vba.general) NG at
http://www.microsoft.com/office/community/en-us/default.mspx or look for
microsoft.public.word.vba.userforms at
http://communities.microsoft.com/newsgroups/default.asp
 
C

Connie Martin

Thank you, Suzanne.

Suzanne S. Barnhill said:
You can access the UserForms NG (with a newsreader such as Outlook Express)
at news://msnews.microsoft.com/microsoft.public.word.vba.userforms. It is
also available through
http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx.
I think that may no longer be available, however, so you will have to try
the Programming (vba.general) NG at
http://www.microsoft.com/office/community/en-us/default.mspx or look for
microsoft.public.word.vba.userforms at
http://communities.microsoft.com/newsgroups/default.asp
 

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