screen tips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I there a way for me to change/write screen tips?
I have a template with a lot of macros and auto text buttons on the toolbars
and I want to write my own screen tips for them.
 
Gina,

the way I do it normally is just to give the Macro a very descriptive name,
so (e.g.):

Sub Click_Here_To_Format_As_Item_To_Remember()

' your code goes here

End Sub



That way, when I show an image, the actual name of the macro will show, and
be understood.

regards,

PauwlL
 
I have Word 2003.
You can set the button text to be differerent from the macro name. Right
click on the macro button and type in the desired button text in the Name
box. (Of course, you have to have the Customize box present first)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top