' convert a VB color code to the ##rrggbb format used in HTML attributesFunction ColorToHTML(ByVal color As Long) As String ' HTML color codes are in the format #RRGGBB (red, green, blue) ' while Hex(color) returns numbers in the format BBGGRR ' therefore we just have to invert the order of the ' hex values of red and blue Dim tmp As String tmp = Right$("00000" & Hex$(color), 6) ColorToHTML = "#" & Right$(tmp, 2) & Mid$(tmp, 3, 2) & Left$(tmp, 2)End Function


The Role of Call Data: How Call Tracking Can Improve Customer Experience
Who would argue that experiences reign supreme? But not just any experiences — the ones that occur when customers interact with your business. It’s these real-life interactions that have the