What my VBA script does is get external text data and store it in the first few columns. Then this data is used to create several graphs which are exported as .png images.
The problem is that I need to be able to pass my Perl, Fortran, and VBA scripts to another machine within a folder, have the Perl and Fortran code create the text file within that folder, and then have the .mxls file retrieve the text file and produce the graphs. So knowing the exact location of the text file won't be possible for other machines. So I tried simply using the VBA code for getting external text data with just the text file's location as the path name, hoping that VBA would look in its working directory by default. This apparently is not the case.
Thanks,
Dave
The problem is that I need to be able to pass my Perl, Fortran, and VBA scripts to another machine within a folder, have the Perl and Fortran code create the text file within that folder, and then have the .mxls file retrieve the text file and produce the graphs. So knowing the exact location of the text file won't be possible for other machines. So I tried simply using the VBA code for getting external text data with just the text file's location as the path name, hoping that VBA would look in its working directory by default. This apparently is not the case.
Thanks,
Dave