Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
In a piece of work I am currently doing I need to write a letter 't' with a
dot underneath it. It's not in the 'insert symbol' list, so how should I do it? |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Anne,
try: Sub Macro1() Selection.InsertSymbol Font:="Arial", CharacterNumber:=7789, Unicode:=True End Sub -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Vista Small Business, Office XP |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I'm curious about where you found that character number, Helmut. My Arial
doesn't have that character range, and in Arial Unicode MS, it's in the CJK Unified Ideographs character subset. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Helmut Weber" wrote in message ... Hi Anne, try: Sub Macro1() Selection.InsertSymbol Font:="Arial", CharacterNumber:=7789, Unicode:=True End Sub -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Vista Small Business, Office XP |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
| Selection.InsertSymbol Font:="Arial", _
| CharacterNumber:=7789, _ | Unicode:=True "Suzanne S. Barnhill" wrote: I'm curious about where you found that character number, Helmut. My Arial doesn't have that character range, Mine neither... Word switches to Tahoma automatically when I use the code. and in Arial Unicode MS, it's in the CJK Unified Ideographs character subset. Helmut used the decimal code. 7789 = &H1E6D which is in the "Latin Extended Additional" set. Klaus |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Latin Extended Additional is where I would expect to find it, since I have
vowels with dots below there in "(normal text)." -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Klaus Linke" wrote in message ... | Selection.InsertSymbol Font:="Arial", _ | CharacterNumber:=7789, _ | Unicode:=True "Suzanne S. Barnhill" wrote: I'm curious about where you found that character number, Helmut. My Arial doesn't have that character range, Mine neither... Word switches to Tahoma automatically when I use the code. and in Arial Unicode MS, it's in the CJK Unified Ideographs character subset. Helmut used the decimal code. 7789 = &H1E6D which is in the "Latin Extended Additional" set. Klaus |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
The t-underdot characters occur in very few fonts, because they are
used in the standard orthography of very few, if any, languages. (They most commonly occur in "scientific" transliterations of Semitic and South Asian languages.) Underdotted vowels occur in the standard orthography of a number of West African languages. A font that has preformed characters for a very large number of letters with diacritics (accents, etc.) is Gentium, created by the Summer Institute of Linguistics, and available as a free download at http://scripts.sil.org/cms/scripts/p...tem_id=Gentium (if this doesn't show up as a link, just google Feeling Lucky " gentium SIL " without the quotes). On Feb 5, 12:39*pm, "Suzanne S. Barnhill" wrote: Latin Extended Additional is where I would expect to find it, since I have vowels with dots below there in "(normal text)." -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA "Klaus Linke" wrote in message ... | Selection.InsertSymbol Font:="Arial", _ | CharacterNumber:=7789, _ | Unicode:=True "Suzanne S. Barnhill" wrote: I'm curious about where you found that character number, Helmut. My Arial doesn't have that character range, Mine neither... Word switches to Tahoma automatically when I use the code. and in Arial Unicode MS, it's in the CJK Unified Ideographs character subset. Helmut used the decimal code. 7789 = &H1E6D which is in the "Latin Extended Additional" set. |
#7
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi everybody,
maybe it is because I have a PC made in China, just run-of-the-mill, no specific adaptations. I didn't think much, just postet was the macro recorder recorded. -- Greetings from Bavaria, Germany Helmut Weber, MVP WordVBA Vista Small Business, Office XP |
#8
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Insert an EQ field: { EQ \O(t,.) }
To insert the field delimiters, { }, press Ctrl+F9. Type the code as shown. In the field code, format the period as "Lowered," say by 5 pt (on the Character Spacing tab of the Font dialog box). Press F9 to update. To show/hide the field code, press Alt+F9. -- Stefan Blom Microsoft Word MVP "AnneH" wrote in message ... In a piece of work I am currently doing I need to write a letter 't' with a dot underneath it. It's not in the 'insert symbol' list, so how should I do it? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
1/3 Special Character Available? | New Users | |||
Special character at top | Microsoft Word Help | |||
How do I select the words before a special character all at once. | Microsoft Word Help | |||
How to get a special character in my document? | Tables | |||
Searching for a special character. | Microsoft Word Help |