Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Geoff Woolhouse
 
Posts: n/a
Default In Excel, what is CharMap.exe?

In Excel, what is CharMap.exe, where do I find it and how do I get help using
it? I need to include characters which are normally only found in MSWord.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default In Excel, what is CharMap.exe?

From that other thread:

Insert Symbol was added in xl2002.

So if you don't run xl2002+, you'll have to find a different way.

You can hit flying windows R (or windows start button|Run)
type charmap
hit enter

or even
windows start button|Programs|accessories|System tools|charmap
if you like to mouse.

Chip Pearson has an addin that may help (if you're using xl2k or lower).
http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct version)

Geoff Woolhouse wrote:

In Excel, what is CharMap.exe, where do I find it and how do I get help using
it? I need to include characters which are normally only found in MSWord.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
Zack Barresse
 
Posts: n/a
Default In Excel, what is CharMap.exe?

To do so programmatically, try something like this ..


Option Explicit

Sub ShowCharMap()

'Define the variable
Dim WsShell As Object

'Set the varible
Set WsShell = CreateObject("WScript.Shell")

'Run the variable
WsShell.Run ("charmap")

'Clean up objects
Set WsShell = Nothing

End SubHTH

--
Regards,
Zack Barresse, aka firefytr, (GT = TFS FF Zack)
To email, remove the NO SPAM. Please keep correspondence to the board, as
to benefit others.



"Dave Peterson" wrote in message
...
From that other thread:

Insert Symbol was added in xl2002.

So if you don't run xl2002+, you'll have to find a different way.

You can hit flying windows R (or windows start button|Run)
type charmap
hit enter

or even
windows start button|Programs|accessories|System tools|charmap
if you like to mouse.

Chip Pearson has an addin that may help (if you're using xl2k or lower).
http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct version)

Geoff Woolhouse wrote:

In Excel, what is CharMap.exe, where do I find it and how do I get help
using
it? I need to include characters which are normally only found in MSWord.


--

Dave Peterson



  #4   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default In Excel, what is CharMap.exe?

Or, much more simply,

Shell "charmap.exe", vbNormalFocus


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Zack Barresse" wrote in message
...
To do so programmatically, try something like this ..


Option Explicit

Sub ShowCharMap()

'Define the variable
Dim WsShell As Object

'Set the varible
Set WsShell = CreateObject("WScript.Shell")

'Run the variable
WsShell.Run ("charmap")

'Clean up objects
Set WsShell = Nothing

End SubHTH

--
Regards,
Zack Barresse, aka firefytr, (GT = TFS FF Zack)
To email, remove the NO SPAM. Please keep correspondence to
the board, as
to benefit others.



"Dave Peterson" wrote in message
...
From that other thread:

Insert Symbol was added in xl2002.

So if you don't run xl2002+, you'll have to find a different
way.

You can hit flying windows R (or windows start button|Run)
type charmap
hit enter

or even
windows start button|Programs|accessories|System tools|charmap
if you like to mouse.

Chip Pearson has an addin that may help (if you're using xl2k
or lower).
http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct
version)

Geoff Woolhouse wrote:

In Excel, what is CharMap.exe, where do I find it and how do
I get help
using
it? I need to include characters which are normally only
found in MSWord.


--

Dave Peterson





  #5   Report Post  
Posted to microsoft.public.excel.misc
Zack Barresse
 
Posts: n/a
Default In Excel, what is CharMap.exe?

LOL! There is always a better way. Thanks Chip!

--
Regards,
Zack Barresse, aka firefytr, (GT = TFS FF Zack)
To email, remove the NO SPAM. Please keep correspondence to the board, as
to benefit others.


"Chip Pearson" wrote in message
...
Or, much more simply,

Shell "charmap.exe", vbNormalFocus


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Zack Barresse" wrote in message
...
To do so programmatically, try something like this ..


Option Explicit

Sub ShowCharMap()

'Define the variable
Dim WsShell As Object

'Set the varible
Set WsShell = CreateObject("WScript.Shell")

'Run the variable
WsShell.Run ("charmap")

'Clean up objects
Set WsShell = Nothing

End SubHTH

--
Regards,
Zack Barresse, aka firefytr, (GT = TFS FF Zack)
To email, remove the NO SPAM. Please keep correspondence to
the board, as
to benefit others.



"Dave Peterson" wrote in message
...
From that other thread:

Insert Symbol was added in xl2002.

So if you don't run xl2002+, you'll have to find a different
way.

You can hit flying windows R (or windows start button|Run)
type charmap
hit enter

or even
windows start button|Programs|accessories|System tools|charmap
if you like to mouse.

Chip Pearson has an addin that may help (if you're using xl2k
or lower).
http://www.cpearson.com/excel/download.htm
(look for Symbolizer and make sure you get the correct
version)

Geoff Woolhouse wrote:

In Excel, what is CharMap.exe, where do I find it and how do
I get help
using
it? I need to include characters which are normally only
found in MSWord.

--

Dave Peterson







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
"Group" function very slow with Excel 2003 :( ... While very quick with Excel2000 :O) Alain79 Excel Discussion (Misc queries) 4 June 14th 05 07:34 AM
Stop Excel Rounding Dates leinad512 Excel Discussion (Misc queries) 1 April 20th 05 04:19 PM
Hints And Tips For New Posters In The Excel Newsgroups Gary Brown Excel Worksheet Functions 0 April 15th 05 05:47 PM
Excel error - Startup (and Acrobat PDFMaker) gxdata Setting up and Configuration of Excel 0 February 4th 05 03:44 AM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 08:53 PM.

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

About Us

"It's about Microsoft Excel"