Private Sub Command1_Click()
Dim a As Long
a = &HFF11D
MsgBox a
End Sub
你定义了一个长整形变量,就可以直接得到10进制的数字了。