Character Map Shortcuts, How To

K

Kent H Caudill

This may be more of a Windows questions. Is there a way to place
shortcut to the Character Map on the task bar? Or is there a way t
place a shortcut to the Character Map in the Excel tools menu
 
J

Jim Rech

If you have the Quick Launch area showing, find the Character Map item on
the Accessories part of the Start menu and Right mouse drag it to Quick
Launch. When you release the right mouse button pick Copy Here.

--
Jim Rech
Excel MVP
message | This may be more of a Windows questions. Is there a way to place a
| shortcut to the Character Map on the task bar? Or is there a way to
| place a shortcut to the Character Map in the Excel tools menu?
|
|
| ---
| Message posted
|
 
G

Gord Dibben

I have this code in my Personal.xla and a button on a Toolbar.

Sub CharMap()
Dim taskID As Variant
On Error Resume Next
taskID = Shell("start Charmap.exe")
If Err <> 0 Then _
MsgBox "CHARMAP.EXE is not installed on your machine."
End Sub

Gord Dibben Excel MVP
 
D

Dave Peterson

I use Flying Windows Key R (flying windows key is between ctrl and alt on some
keyboards).

Then I type charmap and hit enter.

But Insert|Symbol has been added in xl2002 that does the same kind of thing.

If you're using xl97 or xl2k, then Chip Pearson has an addin (one for each
version) that adds that functionality to a menu item.

http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct version)
 

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

Top