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

RE: Form creating error messages by ConnieMartin

ConnieMartin
Wed Feb 16 11:45:04 CST 2005

I can't believe no one has answered this question. I did some digging and
found the POSSIBLE answer here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;192653
Also here: http://support.microsoft.com/kb/194022/EN-US/

"Connie Martin" wrote:

> 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

Re: Form creating error messages by Suzanne

Suzanne
Wed Feb 16 13:15:33 CST 2005

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.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
news:937CC3D1-F6CB-44F8-AD30-55F1D41B7151@microsoft.com...
> I can't believe no one has answered this question. I did some digging and
> found the POSSIBLE answer here:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;192653
> Also here: http://support.microsoft.com/kb/194022/EN-US/
>
> "Connie Martin" wrote:
>
> > 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


Re: Form creating error messages by ConnieMartin

ConnieMartin
Thu Feb 17 14:15:03 CST 2005

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".

"Suzanne S. Barnhill" wrote:

> 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.
>
> --
> Suzanne S. Barnhill
> Microsoft MVP (Word)
> Words into Type
> Fairhope, Alabama USA
> Word MVP FAQ site: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so
> all may benefit.
>
> "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
> news:937CC3D1-F6CB-44F8-AD30-55F1D41B7151@microsoft.com...
> > I can't believe no one has answered this question. I did some digging and
> > found the POSSIBLE answer here:
> > http://support.microsoft.com/default.aspx?scid=kb;en-us;192653
> > Also here: http://support.microsoft.com/kb/194022/EN-US/
> >
> > "Connie Martin" wrote:
> >
> > > 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
>
>

Re: Form creating error messages by Suzanne

Suzanne
Thu Feb 17 15:02:11 CST 2005

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


--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
news:92A7E841-C54A-4C69-9602-CACCAB1963C6@microsoft.com...
> 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".
>
> "Suzanne S. Barnhill" wrote:
>
> > 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.
> >
> > --
> > Suzanne S. Barnhill
> > Microsoft MVP (Word)
> > Words into Type
> > Fairhope, Alabama USA
> > Word MVP FAQ site: http://word.mvps.org
> > Email cannot be acknowledged; please post all follow-ups to the
newsgroup so
> > all may benefit.
> >
> > "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in
message
> > news:937CC3D1-F6CB-44F8-AD30-55F1D41B7151@microsoft.com...
> > > I can't believe no one has answered this question. I did some digging
and
> > > found the POSSIBLE answer here:
> > > http://support.microsoft.com/default.aspx?scid=kb;en-us;192653
> > > Also here: http://support.microsoft.com/kb/194022/EN-US/
> > >
> > > "Connie Martin" wrote:
> > >
> > > > 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
> >
> >


Re: Form creating error messages by ConnieMartin

ConnieMartin
Thu Feb 17 15:31:07 CST 2005

Thank you, Suzanne.

"Suzanne S. Barnhill" wrote:

> 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
>
>
> --
> Suzanne S. Barnhill
> Microsoft MVP (Word)
> Words into Type
> Fairhope, Alabama USA
> Word MVP FAQ site: http://word.mvps.org
> Email cannot be acknowledged; please post all follow-ups to the newsgroup so
> all may benefit.
>
> "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in message
> news:92A7E841-C54A-4C69-9602-CACCAB1963C6@microsoft.com...
> > 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".
> >
> > "Suzanne S. Barnhill" wrote:
> >
> > > 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.
> > >
> > > --
> > > Suzanne S. Barnhill
> > > Microsoft MVP (Word)
> > > Words into Type
> > > Fairhope, Alabama USA
> > > Word MVP FAQ site: http://word.mvps.org
> > > Email cannot be acknowledged; please post all follow-ups to the
> newsgroup so
> > > all may benefit.
> > >
> > > "Connie Martin" <ConnieMartin@discussions.microsoft.com> wrote in
> message
> > > news:937CC3D1-F6CB-44F8-AD30-55F1D41B7151@microsoft.com...
> > > > I can't believe no one has answered this question. I did some digging
> and
> > > > found the POSSIBLE answer here:
> > > > http://support.microsoft.com/default.aspx?scid=kb;en-us;192653
> > > > Also here: http://support.microsoft.com/kb/194022/EN-US/
> > > >
> > > > "Connie Martin" wrote:
> > > >
> > > > > 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
> > >
> > >
>
>