View Single Post
  #2  
Old 11-30-2007, 12:44 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,013
You could conditionally execute the code, something like:

If Not vbld_AllMacros()("EVENTS_ON") Is Nothing Then
' ... event script code here
End If

in the script event code, and then create an EVENTS_ON macro (global macro, pass in on the command-line as temporary macro, etc.) on the computer's where events should execute.
Reply With Quote