+ Reply to Thread
Results 1 to 5 of 5

In Excel, what is CharMap.exe?

  1. #1
    Geoff Woolhouse
    Guest

    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. #2
    Dave Peterson
    Guest

    Re: 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. #3
    Zack Barresse
    Guest

    Re: 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" <petersod@verizonXSPAM.net> wrote in message
    news:43C7E941.4BAF9625@verizonXSPAM.net...
    > 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. #4
    Chip Pearson
    Guest

    Re: 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" <firefytrNO@SPAMvbaexpress.com> wrote in message
    news:eGWKTfHGGHA.216@TK2MSFTNGP15.phx.gbl...
    > 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" <petersod@verizonXSPAM.net> wrote in message
    > news:43C7E941.4BAF9625@verizonXSPAM.net...
    >> 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. #5
    Zack Barresse
    Guest

    Re: 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" <chip@cpearson.com> wrote in message
    news:%23cydMhHGGHA.2912@tk2msftngp13.phx.gbl...
    > Or, much more simply,
    >
    > Shell "charmap.exe", vbNormalFocus
    >
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    >
    > "Zack Barresse" <firefytrNO@SPAMvbaexpress.com> wrote in message
    > news:eGWKTfHGGHA.216@TK2MSFTNGP15.phx.gbl...
    >> 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" <petersod@verizonXSPAM.net> wrote in message
    >> news:43C7E941.4BAF9625@verizonXSPAM.net...
    >>> 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1