M
Moondog
My string looks something like this:
strCaption = "Item Number " & strItemNumber
I would like to present the strItemNumber portion in a different color
than the rest of the string so it stands out more. Is there a way to
do this?
Looking for something like:
strCaption = "Item Number " & SetColor("Yellow") & strItemNumber
Thanks,
(e-mail address removed)
strCaption = "Item Number " & strItemNumber
I would like to present the strItemNumber portion in a different color
than the rest of the string so it stands out more. Is there a way to
do this?
Looking for something like:
strCaption = "Item Number " & SetColor("Yellow") & strItemNumber
Thanks,
(e-mail address removed)