![]() |
Application.EnableEvents
What does the command do: Application.EnableEvents = True/False?
Thanks, Les |
Application.EnableEvents
If True then events are enabled.
If False then events are dis-abled. -- Gary's Student "WLMPilot" wrote: What does the command do: Application.EnableEvents = True/False? Thanks, Les |
Application.EnableEvents
The EnableEvents property enables or disables events. An event is an action,
like Change, that occurs in Excel, usually the result of a user action. If an event procedure is defined for that event, Excel will automatically execute that code if EnableEvents is True. If EnableEvents is False, the code is not executed. See http://www.cpearson.com/excel/events.htm for an overview of Events. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email address is on the web site) "WLMPilot" wrote in message ... What does the command do: Application.EnableEvents = True/False? Thanks, Les |
All times are GMT +1. The time now is 10:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com