Display a C# windows form as dialog from excel?

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Anyone have some simple sample code for displaying a .NET windows form based
dialog from excel vba code? I went into the excel code editor, tried
referencing my dll, but excel didn't like it, is it only looking for old COM
dlls?

Thanks!
 
You can apparently make a .NET DLL COM-aware, but you have to explicitly change some setting.
 
Back
Top