Creates a range from x to y excluding the value x. The following types for x and y are possible: number, boolean, currency, date, time, datetime and string.
x _To y
Returns a range from x to y excluding the value x.
CDate(2005, 01, 01) _To CDate(2005, 8, 1) -> Returns a range beginning with January 2nd, 2005 and ending with August 1st, 2005.
1.000 _To 2.000 -> Creates a numeric range beginning with 1.001 and ending with 2.000.