I am trying to run a macro with c# in OfficeWriter.
I have tried below but does not work.
Has anyone done this before?
ExcelApplication xla = new ExcelApplication();
xla.RUN("Macro1");
SoftArtisans.OfficeWriter.ExcelWriter;
I am trying to run a macro with c# in OfficeWriter.
I have tried below but does not work.
Has anyone done this before?
ExcelApplication xla = new ExcelApplication();
xla.RUN("Macro1");
SoftArtisans.OfficeWriter.ExcelWriter;