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