AnnoObjSetTextboxNumberOfCells

Usage

Sub AnnoObjSetTextboxNumberOfCells(NumberOfCells As Integer)

Description

Sets the number of cells in the selected textbox. This will split the textbox into NumberOfCells segments, or cells. Each cell can hold exactly one character.

Parameters

NumberOfCells

Integer

Number of segments to divide into.

Return value

None

Programming Notes

None