Hi, are there any roules for a dll written in C#, which can be called by a VBA Macro? Private Declare Function foo Lib "foo.dll" (sfoo as string) as string How does the C# code for such dll look like?
Hi, are there any roules for a dll written in C#, which can be called by a VBA Macro? Private Declare Function foo Lib "foo.dll" (sfoo as string) as string How does the C# code for such dll look like?