Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Chirpy Chirpy is offline
external usenet poster
 
Posts: 1
Default insert all foreign characters using number pad +?

I used to be able to type all foreign characters using a combination of keys
- control or alt or similar(can't remember) plus several numbers. It doesn't
seem to work any more. Any ideas please?
--
Thanks, Chirpy
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default insert all foreign characters using number pad +?

Hold down the Alt Key and type the number on the numeric keypad.

Running the following macro will produce a table showing you what is
inserted with each number combination:

' Macro created 12-08-98 by Doug Robbins to list symbols that can be
inserted via Alt+keypad

'

ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=1,
NumColumns:=3

Selection.TypeText Text:="Alt + Numeric Keypad"

Selection.MoveRight Unit:=wdCell

Selection.TypeText Text:="Normal Font"

Selection.MoveRight Unit:=wdCell

Selection.TypeText Text:="Symbol Font"

Selection.MoveRight Unit:=wdCell

Symbol = 33

While Symbol 256

Selection.TypeText Text:="0" & LTrim$(Str$(Symbol))

Selection.MoveRight Unit:=wdCell

With Selection

.InsertSymbol CharacterNumber:=Symbol, Font:="Normal",
Unicode:=False

End With

Selection.MoveRight Unit:=wdCell

With Selection

.InsertSymbol CharacterNumber:=Symbol, Font:="Symbol",
Unicode:=False

End With

Symbol = Symbol + 1

Selection.MoveRight Unit:=wdCell

Wend

End Sub


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Chirpy" wrote in message
...
I used to be able to type all foreign characters using a combination of
keys
- control or alt or similar(can't remember) plus several numbers. It
doesn't
seem to work any more. Any ideas please?
--
Thanks, Chirpy



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
page break and page number insert does not work in word document Michele Microsoft Word Help 1 May 9th 06 12:10 PM
page number positioning and format tinaa Page Layout 3 February 4th 06 12:38 AM
When cross-reference heading (number), words insert a '0' RK Microsoft Word Help 2 January 27th 06 04:33 PM
insert a superscript number when adding a reference in text Marshall Microsoft Word Help 7 July 29th 05 08:33 PM
How do I insert chapter number with page number in footer? Joan Microsoft Word Help 4 May 9th 05 04:00 PM


All times are GMT +1. The time now is 02:36 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"