1

I am not a programmer and have a very very limited knowledge about both VB coding and Java scripting. I have a software which can be currently run through a Java script. The software does some caluculations and saves the result file in a folder. I just want an example of Excel macros which could run this Java script, this way I wont have to physically go into the software to run it and would be done in excel by click of a button. Any help would be much appreciated.

Thanks

Noman Aziz

2
  • 4
    I'm confused... do you mean you have a Java problem or a JavaScript problem? Despite the superficial similarities of their names, the Java and JavaScript languages are completely different. Commented Aug 25, 2009 at 14:59
  • I think he wants a VBA macro inside the excel (called by a button) but he was confused. Commented Aug 25, 2009 at 15:14

1 Answer 1

2

This might be helpful:

  1. Running a Javascript from VBA.
  2. Call javascript function from vba
  3. SO question: How to call a javascript file via Excel VBA?
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.