XL97: Page Fault Setting RowSource for ListBox or ComboBox

ID: Q171092

The information in this article applies to:

SYMPTOMS

If you run a MouseDown, MouseMove, or MouseUp macro that is attached to either a ListBox or a ComboBox control on a UserForm, you may receive the following error message:

   This program has performed an illegal operation and will be shut down.
   If the problem persists, contact the program vendor.

If you click Details, you receive an error message similar to the following:

   EXCEL caused an invalid page fault in module FM20.DLL at
   0137:60025b1b.

CAUSE

This problem occurs if all of the following conditions are true:

RESOLUTION

To resolve this problem, do not set the RowSource property of the ListBox or the ComboBox control in a macro that is attached to a MouseDown, MouseUp, or MouseMove event if the RowSource property for the control is already set.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

REFERENCES

For more information about the RowSource property, click the Office Assistant in the Visual Basic Editor, type "RowSource," click Search, and then click to view "RowSource Property."

NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q120802
   TITLE     : Office: How to Add/Remove a Single Office
               Program or Component

Additional query words: XL97
Keywords          : kberrmsg kbprg kbdta KbVBA 
Version           : WINDOWS:97
Platform          : WINDOWS
Issue type        : kbprb

Last Reviewed: December 8, 1998