View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default how can I import Fortran output to Excel?


"Ali" wrote in message
...
Dear sir/madam,

Would you please le me know how I can import Fortran output to Excel?

Best regards,
Ali


If the output of your program is text and numbers, the easiest way to import
is to let your program create a csv file.

Best Regards,
Fredrik