Macro with OnEntry or ON.ENTRY() Not Activated (125810)
The information in this article applies to:
- Microsoft Excel 97 for Windows
- Microsoft Excel for Windows 95
- Microsoft Excel for Windows 5.0
- Microsoft Excel 98 Macintosh Edition
This article was previously published under Q125810 SUMMARY
In Microsoft Excel, the Microsoft Visual Basic for Applications OnEntry
property or the Microsoft Excel 4.0 ON.ENTRY() macro function runs a macro
when data is entered in any cell on a specified worksheet. Note, however,
that you must first run the macro containing the OnEntry property or
ON.ENTRY() function in order for it to be effective.
To run the macro with the OnEntry property or ON.ENTRY() function, use the
appropriate procedure below to define an auto_open procedure or macro on
the specified worksheet. The auto_open procedure should contain either the
OnEntry property or the ON.ENTRY() function, and it should specify another
macro that will be run when you enter data on the worksheet.
REFERENCES
"Microsoft Excel Function Reference," version 4.0, page 302
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kbhowto kbProgramming KB125810 |
---|
|