CLng() converts value to Long : CLng « Data Type Functions « VBA / Excel / Access / Word






CLng() converts value to Long

 
Sub longValue()
    Debug.Print CLng(2 ^ 30)
End Sub

 

Related examples in the same category