| http://www.w3.org/ns/prov#value | - We are using Microsoft.Office.Interop.Excel to call/run the macros and this works great.What I can not figure out is a good way to cancel the macros from the GUI.One idea we had was to use the excel.application variable that runs the macros to write a "stop value to a specific cell in the workbook, and in the macros (they are all mostly loops), check for the "stop value in that cell.
|