Enables changing the starting value for an existing range. Syntax: procedure EditRangeStart; Description: Call EditRangeStart to change the starting value for an existing range. To specify a start range value, call FieldByName after calling EditRangeStart. After assigning a new ending value, call ApplyRange to activate the modified range. See also: Example: EditRangeStart, EditRangeEnd, FieldByName, ApplyRange |