' 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

4 Areas of Your Company Where Your Audio Really Matters
Your company probably relies on audio more than you realize. Whether you’re creating a spoken text message to a colleague or giving a speech, you want your audio to shine. Otherwise, you could cause avoidable friction points and potentially hurt your brand reputation. For example, let’s say you create a