hi!
I would like to run few script using one script (I don't want to run particular scripts separably).
I've tried to use function source() but I got a java error ("JAVA_HOME cannot be determined from the Registry"). I installed Java and external scripts ran when I used source(), but there I had different problem with imported scripts.
After installing Java function createworkbook() works in some different way and it destroy whole my code. Before installing Java these function and whole script worked properly.
And there is my question: how can I run few scripts using another script (source() without Java installing or some different way?)