Application object (Verify)
Use this method on the VeriSelectBatch event to select batches to be processed. It is not effective anywhere else. SelectedBatches is a string of selected batch numbers separated by a space character.
Function OnVeriSelectBatch(AvailableBatches As String) As Long
Application.SetBatchSelection("52 53 54")
OnVeriSelectBatch = EV_OK_ABORT
End Function