May 30, 2001 #1 sbev Programmer Joined May 30, 2001 Messages 27 Location CA How do I go about calling FORTRAN subroutines from Excel? Is there a good book or other source that takes a person through the details step by step? Any help appreciated sbev
How do I go about calling FORTRAN subroutines from Excel? Is there a good book or other source that takes a person through the details step by step? Any help appreciated sbev
Sep 4, 2002 #2 Phil31 Programmer Joined Sep 4, 2002 Messages 20 Location FR You need to use fortran DLLs with STDCALL calling convention. Upvote 0 Downvote