>>>>> "Marius" == Marius Cutlac <[email protected]> writes:
Marius> Hi all, Is is possible to run a NetLogo model from a VBA code Marius> hosted in Excel? I can start the NetLogo from Excel's VBA, but Marius> I would like to open the model too, not just the software. Marius> Thanks! Marius https://github.com/NetLogo/NetLogo/wiki/Controlling-API shows the calls you would do from Java, Scala, or any other JVM language. Whether there exists some kind of VBA -> JVM bridge that would allow you to do those calls, I have no firsthand experience with. But these look promising: - http://stackoverflow.com/questions/5297341/calling-java-library-jar-from-vba-vbscript-visual-basic-classic - http://stackoverflow.com/questions/11343769/microsoft-excel-macro-to-run-java-program -- Seth Tisue | Northwestern University | http://tisue.net developer, NetLogo: http://ccl.northwestern.edu/netlogo/ -- You received this message because you are subscribed to the Google Groups "netlogo-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
