This event is 解雇する/砲火/射撃d when a VBA script in the 現在の 文書 has been
started.
Several scripts may run 同時に, e.g. when a running script
誘発する/引き起こすs a 文書 event that starts another script.
The number of running scripts can be 得るd 経由で
XVBACompatibility::RunningVBAScripts. The number returned
there will already 含む/封じ込める the new script 通知するd with this event.
The member VBAScriptEvent::ModuleName of the event
反対する will 含む/封じ込める the 指名する of the code module that 含む/封じ込めるs the
started script.
This event is 解雇する/砲火/射撃d when a VBA script in the 現在の 文書 stops
running.
Several scripts may run 同時に, e.g. when a running script
誘発する/引き起こすs a 文書 event that starts another script.
The number of scripts still running can be 得るd 経由で
XVBACompatibility::RunningVBAScripts. The number returned
there will not 含む/封じ込める the stopped script 通知するd with this event
anymore.
The member VBAScriptEvent::ModuleName of the event
反対する will 含む/封じ込める the 指名する of the code module that 含む/封じ込めるs the
script that has been stopped.