Hi jrls996,
For your case it is not easy to use analysis template in the current version. Please try the following way:
1. Create a new project. Import all your excel file using File: Import: Excel. Make sure select Import Mode = "Start New Book" for both the first and the rest of excel files.
2. Run the following scripts to create the graphs.
repeat 2 {win -t P;} //create new empty graph
doc -e W //loop all workbooks in the OPJ
{
plotxy iy:=(1,2) ogl:=[Graph1]1!; //create graph
plotxy iy:=(1,3) ogl:=[Graph2]1!;
}
In the coming version, V2016, ImpExcel will have option to enter After Import Scripts, which will make the routine simpler.
Thanks,
Amanda
OriginLab Technical Service