View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juggernath[_4_] Juggernath[_4_] is offline
external usenet poster
 
Posts: 15
Default legacy dll and excel

I made some dll libraries in Fortran (Microsoft Fortran 4.0 released in
1997, i think) and c.
Is it possible to add this dll's to reference for VBA project in Excel (VBA
tools references) ant then simply call functions compiled in dll, instead

of declaring dll at the begining of VBA code?
I've got this idea since i found out that .NET classes could be referenced
similar way.