batch_configuration_file (string)

Navigation:  Ole automation > Automation object properties >

batch_configuration_file (string)

Previous pageReturn to chapter overviewNext page

Setting the batch_configuration_file  property you can load the content of the batch operation worksheets. You have to pass the name of an existing file (including the extension *.xls) as shown in the following VBA example:

 

scout.batch_configuration_file = "f:\examples\batch_parameters.xls"

 

This statement causes the loading of the specified batch configuration file.