November 2015
Intermediate to advanced
656 pages
18h 57m
English
In This Chapter
In this book, you have read about workbook events, and you have seen examples of worksheet events. An event allows you to automatically trigger a procedure to run based on something a user or another procedure does in Excel. For example, if a user changes the contents of a cell, after he or she presses Enter or Tab, you can have code run automatically. The event that triggers the code is the changing of the contents of the cell.
You can find events at the following levels:
Application level—Control based on application actions, such as Application_NewWorkbook
Workbook ...
Read now
Unlock full access