Recent content by kay90

  1. K

    Fortran Fortran code conversion into Excel VBA

    Another doubt that I'm having would be the WRITE statements for example: IF(POROS.LE.0.0)WRITE (NOT1,9600)ICHK IF (PERM.LE.0.0)ICHK=3 Looking at the fortran code, is the WRITE statement equivalent to writing on file NOT1 and then skipping to line 9600. if so can i define line 9600 in VBA as...
  2. K

    Fortran Fortran code conversion into Excel VBA

    thanks. so if that's the case before the subroutine in vba should i declare it as a GLOBAL file?? where then the arrays will be available to all subroutines in the module.
  3. K

    Fortran Fortran code conversion into Excel VBA

    Hi, I'm currently working on a project that requires me to convert a Fortran code into excel vba. There are some problems that I've stumbled into, so itll be great if someone could help out. one of it would be on how to convert a COMMON statement in Fortran to Excel VBA ( as in how would...
Back
Top