Hello,
I am trying to accomplish the following task using VBA.
1. Run an Application (Race.application) and Analysiswindow
I have a java Script which reads as
var AC, AD, i;
AC = new ActiveXObject("Race.Application");
AD = AC.Analysis;
Can anyone help me as to how to define the Object variables and run Race.application and AC.Analysis using VBA in Excel?
Thank you
Zaska
I am trying to accomplish the following task using VBA.
1. Run an Application (Race.application) and Analysiswindow
I have a java Script which reads as
var AC, AD, i;
AC = new ActiveXObject("Race.Application");
AD = AC.Analysis;
Can anyone help me as to how to define the Object variables and run Race.application and AC.Analysis using VBA in Excel?
Thank you
Zaska