I can do this:
VB Code:
  1. Option Explicit
  2.  
  3. Private Sub Form_Load()
  4.     Me.Caption = "Because every customer is different" & Chr$(&HA9)
  5. End Sub
But I can't find the TM symbol

Woka