Hi all,
I have four different scripts that run and download for different sets of information. Each time the four sets of script run for a different user.
For example:
I.E. When all four scripts have finished I'll have the following data sets:
user1-data-1.txt,user1-data-2.txt,user3-data-1.txt,user4-data-1.txt
I do the same for all the other users.
I have a blank spreadsheet template that I already have formula to calculate growth rates based on these data files.
What I'm doing right now space is copying and pasting each of the four data sets for each user manually in the spreadsheet.
What I would like to do is upon opening the spreadsheet, I would like Excel to import the four data sets for user1 if it's named user1.xls, etc. and put each data set in a starting specific cell.
I have created a macro that can automatically import a specific file name, but I'll be doing lots of these and I'd like to script this. I don't know how to have the file names to be imported be a variable as above.
Has anyone done this before?
I am versed in shell scripting and batch files but am just starting out in Excel.
Any thoughts are welcome!
-jouell
I have four different scripts that run and download for different sets of information. Each time the four sets of script run for a different user.
For example:
I.E. When all four scripts have finished I'll have the following data sets:
user1-data-1.txt,user1-data-2.txt,user3-data-1.txt,user4-data-1.txt
I do the same for all the other users.
I have a blank spreadsheet template that I already have formula to calculate growth rates based on these data files.
What I'm doing right now space is copying and pasting each of the four data sets for each user manually in the spreadsheet.
What I would like to do is upon opening the spreadsheet, I would like Excel to import the four data sets for user1 if it's named user1.xls, etc. and put each data set in a starting specific cell.
I have created a macro that can automatically import a specific file name, but I'll be doing lots of these and I'd like to script this. I don't know how to have the file names to be imported be a variable as above.
Has anyone done this before?
I am versed in shell scripting and batch files but am just starting out in Excel.
Any thoughts are welcome!
-jouell