W97 Form Field Crash

S

Steve Hill

If I add a form field to a doc and select properties, W97 crashes every time.
Anybody got any idea why this might be happening?
 
B

Beth Melton

Yep. The reasons for this are:

1. You have two macros named the same in the same scope. For example
in Module1 you have Sub Main() and in Module2 you have
Sub Main(). You either need to rename one of the macros or see reason
#2.

2. You don't have the Post Service Release for Word 97 installed which
corrects this issue.

Here is some info on how to obtain all of the updates:

SR1: http://office.microsoft.com/Downloads/9798/sr1off97detail.aspx
SR2: http://office.microsoft.com/downloads/9798/sr2off97detail.aspx
Post Service Release (Security Update)
http://office.microsoft.com/downloads/9798/Wd97mcrs.aspx

--
Please post all follow-up questions to the newsgroup. Requests for
assistance by email can not be acknowledged.

~~~~~~~~~~~~~~~
Beth Melton
Microsoft Office MVP

Word FAQ: http://mvps.org/word
TechTrax eZine: http://mousetrax.com/techtrax/
MVP FAQ site: http://mvps.org/
 
Top