CByte() converts value to Byte : CByte « Data Type Functions « VBA / Excel / Access / Word






CByte() converts value to Byte

 
Sub byteDemo()
   Debug.Print CByte(5.6)
End Sub

 

Related examples in the same category