Can't Use BottomRightCell or TopLeftCell with Edit Box
Article ID: 113794
Article Last Modified on 10/10/2006
APPLIES TO
- Microsoft Excel 95a
- Microsoft Excel 5.0c
- Microsoft Excel 5.0a for Macintosh
This article was previously published under Q113794
SUMMARY
In the versions of Microsoft Excel listed above, both the Object Browser
and Visual Basic Help indicate that you can apply the TopLeftCell or the
BottomRightCell properties to an edit box. This information is incorrect:
edit boxes can exist only on dialog sheets. Because an edit box cannot be
drawn on a worksheet, the edit box cannot have either the BottomRightCell
or TopLeftCell properties.
MORE INFORMATION
You can use the TopLeftCell property for drawing objects on a worksheet to
return the cell that lies under the top-left corner of the object.
Similarly, you can use the BottomRightCell property to return the cell at
the bottom-right corner of the object.
Additional query words: 5.00a 5.00c 7.00a XL5 XL7 XL
Keywords: kbprogramming KB113794