Hello
I want to import 3 worksheets (wks1 wks 2 and wks3, part of book1) and put them in [book3] (in my current project) from a different opj project.
I am actually using this :
dlgfile group:=*.* multi:=1;
impOPJ info.wkspage:=Book1 info.wks:=Sheet1 info.cols:={0:104} orng:=[Book3]sheet1;
impOPJ info.wkspage:=Book1 info.wks:=Sheet2 info.cols:={0,2} orng:=[Book3]sheet2;
impOPJ info.wkspage:=Book1 info.wks:=Sheet3 info.cols:={0:104} orng:=[Book3]sheet3;
It takes a lot of time. And doesn't work every time.
Is there any other solution ? Thank you in advance
K.F