Hi,

Is this possible? I want to either superscript the letters "TM" or use the
Trademark symbol in a toolbar name.

I'm not able to make it happen at this point, does anybody know if this can
be done? Thanks for your time.

RE: Use a Symbol such as "TM" in a Toolbar Name by Beeawwb

Beeawwb
Tue Apr 01 21:41:00 PDT 2008

I just tried inserting character 0153 (tm) (Alt+0153) into a titlebar, and it
worked fine...?

Sub titletest()
With ActiveDocument
.ActiveWindow.Caption = "Testingâ?¢"
End With
End Sub

-B

"Sammy" wrote:

> Hi,
>
> Is this possible? I want to either superscript the letters "TM" or use the
> Trademark symbol in a toolbar name.
>
> I'm not able to make it happen at this point, does anybody know if this can
> be done? Thanks for your time.

RE: Use a Symbol such as "TM" in a Toolbar Name by fumei

fumei
Wed Apr 02 13:22:08 PDT 2008

A titlebar caption (ActiveWindow.Caption) is not the same as a toolbar name.

You can easily rename a toolbar:

Right click it.
Customize
On Toolbar tab, select the toolbar
Select the Rename button

....and rename it. You can use Alt-0153 (â?¢) no problem.

Select Close.

Done.

But if the toolbar is not floating, you do not see the name anyway. So I am
not sure what is the advantage.

Beeawwb wrote:
>I just tried inserting character 0153 (tm) (Alt+0153) into a titlebar, and it
>worked fine...?
>
>Sub titletest()
> With ActiveDocument
> .ActiveWindow.Caption = "Testingâ?¢"
> End With
>End Sub
>
>-B
>
>> Hi,
>>
>[quoted text clipped - 3 lines]
>> I'm not able to make it happen at this point, does anybody know if this can
>> be done? Thanks for your time.

--
Message posted via http://www.officekb.com


RE: Use a Symbol such as "TM" in a Toolbar Name by Sammy

Sammy
Mon Apr 21 08:44:01 PDT 2008

Thank you this works great, sorry for the delay in my response. I appreciate
your help.

"fumei via OfficeKB.com" wrote:

> A titlebar caption (ActiveWindow.Caption) is not the same as a toolbar name.
>
> You can easily rename a toolbar:
>
> Right click it.
> Customize
> On Toolbar tab, select the toolbar
> Select the Rename button
>
> .....and rename it. You can use Alt-0153 (â?¢) no problem.
>
> Select Close.
>
> Done.
>
> But if the toolbar is not floating, you do not see the name anyway. So I am
> not sure what is the advantage.
>
> Beeawwb wrote:
> >I just tried inserting character 0153 (tm) (Alt+0153) into a titlebar, and it
> >worked fine...?
> >
> >Sub titletest()
> > With ActiveDocument
> > .ActiveWindow.Caption = "Testingâ?¢"
> > End With
> >End Sub
> >
> >-B
> >
> >> Hi,
> >>
> >[quoted text clipped - 3 lines]
> >> I'm not able to make it happen at this point, does anybody know if this can
> >> be done? Thanks for your time.
>
> --
> Message posted via http://www.officekb.com
>
>