I have a .jar file to convert Excel into XML format. I want to have a button on the spreadsheet, when user click it, it will call. jar to convert the spreasheet. tried to use:
Shell ("C:\Program Files\Java\jre6\bin\java -jar XMLGenerator.jar")
it is not working, does anyone know how to do this?
thanks.