running an excel macro..

 

Hi,


Has anyone tried running an excel macro from an EA? How can I code that? Anyone have samples? =)


Thanks!!

 

Excel macros run in ... Excel

MQL4 code runs in ... MT4

Do you truly mean 'excel macro' (which IIRC went obsolete about 10 years ago) or maybe you mean 'excel built-in function' or 'excel user defined function' ?

In either case, I expect that the best way would be to re-engineer in MQL4 rather than using any DDE/OLE stuff via DLLs that I expect would be required to do it as you asked.

Reason: