I have an ActiveX Label control on a worksheet; the Caption text is based on cell selection. The source of the Caption text is from a cell indexed in a Named Range on a separate worksheet.

Sometimes the Caption text contains Mathematical Operator Symbols (Unicode(hex) Character Codes 2264 & 2265).

Both of these Unicode Characters initially display as "=" in the Label control. However, clicking on the Label causes the following:
  1. The Label slightly increases in size,
  2. Character spacing slightly increases, and
  3. The Mathematical Operator Symbols are displayed correctly.

As soon as the Mouse Pointer is moved beyond the Label border, the Label reverts to its initially displayed state.

NOTE: The Symbols display correctly in a Label on a UserForm.

Thanks in advance for any assistance.