Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 17th, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Access methods and passing parameters to Excel .Xll add ins from C#
  2. // create new instance of Excel application
  3. xl = CreateObject("Excel.Application")
  4. // load an XLL
  5.  xl.RegisterXLL("analys32.xll")