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.