Subscriber portal
Specifically the flat symbol.
So far I believe one code is character code of (266D) Another might be ♭
If either of these is correct, I still don't know how to write the code.
It depends on the font. For instance, if you set the text box font to MS Reference Sans Serif then you can use
TextBox1.Text = ChrW(&H266D) & ChrW(&H266E) & ChrW(&H266F)
Other fonts might use different codes.
Thanks, works like a charm.....