Re: User defined functions through Automation in Excel 2003

2006-09-17 Thread Ian Parker
In message <[EMAIL PROTECTED]>, jpgreenwald <[EMAIL PROTECTED]> writes >Ive been looking more into this subject and now have a few things to >add. Im using some c# code that works in doing what I want (adds the >function into excel): > >using System; >using System.Runtime.InteropServices; > >name

Re: User defined functions through Automation in Excel 2003

2006-09-03 Thread jpgreenwald
Ive been looking more into this subject and now have a few things to add. Im using some c# code that works in doing what I want (adds the function into excel): using System; using System.Runtime.InteropServices; namespace jtest { [ClassInterface(ClassInterfaceType.AutoDual)] public class