Method of IApplication
Execute existing command nCount times, with “enabled” check
Application.ExecuteCommand(strName, nCount);
==== Visual Basic Script ====
Application.ExecuteCommand strName, nCount
==== C++ ====
HRESULT hr = Application.ExecuteCommand(strName, nCount);
===== See Also ===== IApplication