plz help

  • Thread starter Thread starter Guest
  • Start date Start date
Do you mean the Insert | Symbol dialog? There is no built-in keyboard
shortcut (unless you count Alt, I, S), but you can define one through Tools
| Customize | Keyboard.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 
And if it really is Character Map you want, then assign a shortcut to the
following macro

Sub CharMap()
Dim RetVal
RetVal = Shell("C:\WINDOWS\SYSTEM32\CHARMAP.EXE", 1)
End Sub

See http://www.gmayor.com/installing_macro.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

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