Description
Given a box number, returns the box object.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.Box intBoxNum
Parameters
Object is a reference to an OMR Zone object. For more information, see OMR Zone Object (page OMR Zone Object).
Box is the command.
intBoxNum is the box number.
Example
Set oBox = OMRZone.Box (1)‘ boxes are numbered 1…n
MsgBox "Box #1 is checked? " & oBox.Checked