Hex[$](Num)
String
Return a hex string.
See Also: Oct$( ), Str$( ), Val( ).
Sub Main Debug.Print Hex$(15) 'F End Sub