使用Long类型来处理RGB函数的返回值,将其值转换为16进制表示法。
示例代码:
Dim red As Integer Dim green As Integer Dim blue As Integer Dim color As Long
red = 255 green = 0 blue = 0
'使用Long类型来存储返回值,避免溢出 color = RGB(red, green, blue)
'将RGB函数返回的值转换为16进制表示法 MsgBox Hex(color))
上一篇:AccessVBA列表未填充数据
下一篇:AccessVBARuntime错误3070:...不认可Assgnrst.MemberID作为有效的字段名称或表达式。