CreateCOMObject

CreateCOMObject[str]
creates a COM object specified by the string str.
  • To use CreateCOMObject, you first need to load .NET/Link using Needs["NETLink`"].
  • The string can be either a ProgID (such as "Excel.Application") or a CLSID (such as "{8E27C92B-1264-101C-8A2F-040224009C02}").
  • CreateCOMObject is analogous to the COM API function CoCreateInstance.
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team