Message 1 of 4
iLogic run macro in excel

Not applicable
09-12-2016
08:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello friends,
Is there a command within iLogic to run an excel macro?
I have an embedded excel workbook which gets passed parameter values via an iLogic rule. I'd like it to then run a macro and read the value of a few cells after the macro has finished.
See below my rule and the point at which I'd like the macro to run.
GoExcel.CellValue("3rd Party:Embedding 1", "Data Input", "B2") = param1 GoExcel.CellValue("B3") = param2 GoExcel.CellValue("B4") = param3
'''''***** RUN MACRO called Front *****''''' posA = GoExcel.CellValue("B20") posB = GoExcel.CellValue("B21") posC = GoExcel.CellValue("B22")