RefEdit control does not work on form in a Com Add-In in Excel (281542)



The information in this article applies to:

  • Microsoft Excel 2000

This article was previously published under Q281542

SYMPTOMS

When you insert a RefEdit control on a form that is located in a Com Add-In, the control does not work as expected. While the form is displayed, you are unable to select a range in the current worksheet. And, the RefEdit control button for collapsing or expanding the form does not work.

CAUSE

The RefEdit Control is designed to work only when placed on a form in an Excel VBA project. The project has to be stored in an *.xls or *.xla file. For this control to function correctly, some special interaction between Excel, UserForms, and the control itself is required.

Modification Type:MinorLast Reviewed:10/11/2006
Keywords:kbdtacode kbprb KB281542