CByte() converts value to Byte : CByte « Data Type Functions « VBA / Excel / Access / Word
- VBA / Excel / Access / Word
- Data Type Functions
- CByte
CByte() converts value to Byte
Sub byteDemo()
Debug.Print CByte(5.6)
End Sub
Related examples in the same category