Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Miss Boggis Miss Boggis is offline
external usenet poster
 
Posts: 1
Default how do I find the threequarter key

How do I type 1/4 and 3/4. I can type ½ by holding down Alt key and 171 on
number pad.
  #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 how do I find the threequarter key

Alt+0190 will give you ¾

Note that for ¼ you use Alt+0180 and for ½ you use Alt+0189; Alt+171 gives
you —„

If you run a macro containing the following code, it will create a document
that contains a table listing all of the symbols that can be created by
using Alt+numeric keypad

' 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



--
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, originally posted via msnews.microsoft.com

"Miss Boggis" Miss wrote in message
...
How do I type 1/4 and 3/4. I can type ½ by holding down Alt key and 171
on
number pad.


  #3   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 how do I find the threequarter key

Also note that if you type 2153 then press Alt+x you will get 1/3; Similalry
2154 gives 2/3; 2155 gives 1/8; 2156 gives 3/8; 2157 gives 5/8 and 2158
gives 7/8

--
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, originally posted via msnews.microsoft.com

"Miss Boggis" Miss wrote in message
...
How do I type 1/4 and 3/4. I can type ½ by holding down Alt key and 171
on
number pad.


  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Peter T. Daniels Peter T. Daniels is offline
external usenet poster
 
Posts: 3,215
Default how do I find the threequarter key

Here you're at the mercy of your font -- if you're doing something in
a classic Baskerville or Caslon, say, that doesn't happen to have the
extra fractions, Word will drop them in in Arial or Tahoma or some
such.

On Nov 21, 4:58*pm, "Doug Robbins - Word MVP"
wrote:
Also note that if you type 2153 then press Alt+x you will get 1/3; Similalry
2154 gives 2/3; 2155 gives 1/8; 2156 gives 3/8; 2157 gives 5/8 and 2158
gives 7/8

--
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, originally posted via msnews.microsoft.com

"Miss Boggis" Miss wrote in ...



How do I type 1/4 and 3/4. * I can type ½ by holding down Alt key and 171
on
number pad.-

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default how do I find the threequarter key

If you have the appropriate AutoFormat As You Type option enabled, just
typing 3/4 will do it (but only if preceded by a space).

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
http://word.mvps.org

"Miss Boggis" Miss wrote in message
...
How do I type 1/4 and 3/4. I can type ½ by holding down Alt key and 171
on
number pad.


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
how to find lower left corner of dialog box to find browse folder saun Microsoft Word Help 1 September 20th 09 01:52 PM
Find duplicate text using copy and paste, not Find and Replace aljulong Microsoft Word Help 1 December 27th 07 01:13 PM
How to find text in Word in reverse direction: edit find previous David Manpearl Microsoft Word Help 1 January 26th 07 06:28 PM
Find multiple characters in one find using MSword find/replace Cliff Microsoft Word Help 2 October 29th 06 07:48 PM
find entry does not find record in datasource under word 2003 Chris Clark Mailmerge 1 August 7th 06 07:58 AM


All times are GMT +1. The time now is 05:21 AM.

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

About Us

"It's about Microsoft Word"