This function converts an expression to a Variant of subtype Byte.
CByte(expression)
Returns a Byte expression.
Use CByte to force byte arithmetic in cases where using expression directly would result in a type mismatch or other error.
If expression lies outside the acceptable range for the Byte subtype, an overflow error occurs.