Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rafaeltini

    calling fortran from vba

    i could do it in the end.. i changed from shell, to shellexecut. not sure whats the diference yet.., im researching to understand the diference of the two comands
  2. rafaeltini

    calling fortran from vba

    i'm rtying to call a fortran exe from vba, but for some reason it doesn't start, but if i use it independent it works fine. this is what i'm using to call. retval = Shell("E:\Tini\Teste\sintese2.exe", 1) the sintese2.exe should read an text file generated by excel, then, when the progran...
  3. rafaeltini

    Calling fortran exe from vba

    i'm rtying to call a fortran exe from vba, but for some reason it doesn't start, but if i use it independent it works fine. this is what i'm using to call. retval = Shell("E:\Tini\Teste\sintese2.exe", 1) the sintese2.exe should read an text file generated by excel, then, when the progran start...
  4. rafaeltini

    Creating DLL CVF6.6

    Hi, i'm new at using fortran, and i'm trying to covert an old progran that i found to a dll, so i can pul it from microsft execel, with the elp of vba. but i'm having some problens and got lost on how to do this, so i would like a little help from you. the variables that i want to pass are...

Part and Inventory Search

Back
Top