batch_configuration_file (string)

Navigation:  User guide > OLE automation > 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:

 

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

 

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