A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Character Map Shortcuts, How To



 
 
Thread Tools Display Modes
  #1  
Old January 23rd, 2004, 06:40 PM
Jason Morin
external usenet poster
 
Posts: n/a
Default Character Map Shortcuts, How To

MVP Chip Pearson has a free add-in called "Symbolizer"
that you can download. It's the Excel equivalent of
MSWord's Insert Symbol.

www.cpearson.com/excel/chars.htm

HTH
Jason
Atlanta, GA

-----Original Message-----
For Excel users the character map is found way way out in

the back 40 in
Start/Programs/Accessories/System Tools/Character Map.

Once there I can
choose a symbol then copy and paste to my worksheet.

There must be an
easier way to grab a fraction or other symbol that

doesn't have a
keyboard shortcut assigned to it. In MSWord the Character

Map is found
in Insert/Symbol and is real easy to use (compared to

Excel). (1) Is
there a way to get a shortcut to the Character Map on the

toolbar in
Excel? (2) Where can I find a llst of keyboard shortcuts

for the
fractions and math symbols shown in the character map?

(3) Is there a
way to create user assigned keyboard shortcuts to symbols

shown in the
Character Map?


---
Message posted from http://www.ExcelForum.com/

.

  #2  
Old January 23rd, 2004, 07:56 PM
Gord Dibben
external usenet poster
 
Posts: n/a
Default Character Map Shortcuts, How To

Kent

Place this macro in your Personal.xls then add a button to your toolbar to run
it.

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

If need help with macros and coding post back or see David McRitchie's
"getting started with macros" site.

http://www.mvps.org/dmcritchie/excel/getstarted.htm

Gord Dibben Excel MVP

On Fri, 23 Jan 2004 12:29:46 -0600, Kent
wrote:

For Excel users the character map is found way way out in the back 40 in
Start/Programs/Accessories/System Tools/Character Map. Once there I can
choose a symbol then copy and paste to my worksheet. There must be an
easier way to grab a fraction or other symbol that doesn't have a
keyboard shortcut assigned to it. In MSWord the Character Map is found
in Insert/Symbol and is real easy to use (compared to Excel). (1) Is
there a way to get a shortcut to the Character Map on the toolbar in
Excel? (2) Where can I find a llst of keyboard shortcuts for the
fractions and math symbols shown in the character map? (3) Is there a
way to create user assigned keyboard shortcuts to symbols shown in the
Character Map?


---
Message posted from http://www.ExcelForum.com/


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:56 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.