View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rui Dias Rui Dias is offline
external usenet poster
 
Posts: 1
Default Calling a VB.NET exe/dll from excel

I would like to call a login form implemented in VB.NET from excel.
Is this possible?

I went to References on the Tools menu (VBAProject in Worksheet) and tried
to do browse for my .exe and it didn't loaded.

Error: Can't add a reference to the specified file

What am i doing wrong?