I am using objects from a statistical package from Access VBA.
The problem is that each time the code runs I need to create a new Application object (start a new instance of the statistical program) with Set StatApp= New xxx.Application and starting the application takes a relatively long time.
How could I open the application only once and than refer to the open application in subsequent runs (once the original sub stopped)?
Thanks for the help.
SWK
The problem is that each time the code runs I need to create a new Application object (start a new instance of the statistical program) with Set StatApp= New xxx.Application and starting the application takes a relatively long time.
How could I open the application only once and than refer to the open application in subsequent runs (once the original sub stopped)?
Thanks for the help.
SWK