Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
ckj ckj is offline
external usenet poster
 
Posts: 1
Default How do I insert Roman Numerals?

New to Word 2007 would someone please explain to me how to insert Roman
Numerlas in my document?
  #2   Report Post  
Posted to microsoft.public.word.newusers
Gordon[_4_] Gordon[_4_] is offline
external usenet poster
 
Posts: 239
Default How do I insert Roman Numerals?


"ckj" wrote in message
...
New to Word 2007 would someone please explain to me how to insert Roman
Numerlas in my document?


Just type them...
I
II
III
IV
V
VI
VII
VIII
IX
X
XI

etc etc.

  #3   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do I insert Roman Numerals?

Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"ckj" wrote in message
...
New to Word 2007 would someone please explain to me how to insert Roman
Numerlas in my document?



  #4   Report Post  
Posted to microsoft.public.word.newusers
Gordon[_4_] Gordon[_4_] is offline
external usenet poster
 
Posts: 239
Default How do I insert Roman Numerals?


"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1



Isn't it just easier to type XXI ?

  #5   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do I insert Roman Numerals?

Yes, but not everyone is familiar with the use of roman numerals and some of
the larger numbers mayrequire a little thought from someone who does not use
Roman Numerals frequently. Is it quicker to use the macro to work out the
ROMAN equivalent of 1575 or to work out that it is MDLXXV then type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1



Isn't it just easier to type XXI ?





  #6   Report Post  
Posted to microsoft.public.word.newusers
Gordon[_4_] Gordon[_4_] is offline
external usenet poster
 
Posts: 239
Default How do I insert Roman Numerals?


"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and some
of the larger numbers mayrequire a little thought from someone who does
not use Roman Numerals frequently. Is it quicker to use the macro to work
out the ROMAN equivalent of 1575 or to work out that it is MDLXXV then
type that?


sigh you're right - everyone should have a classical education.... :-(

  #7   Report Post  
Posted to microsoft.public.word.newusers
JoAnn Paules [MVP] JoAnn Paules [MVP] is offline
external usenet poster
 
Posts: 2,113
Default How do I insert Roman Numerals?

The good thing about trying to remember the correct Roman numeral is that
helps to keep the mind active. Relying on a macro doesn't really do that.
;-)

--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and some
of the larger numbers mayrequire a little thought from someone who does
not use Roman Numerals frequently. Is it quicker to use the macro to work
out the ROMAN equivalent of 1575 or to work out that it is MDLXXV then
type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1



Isn't it just easier to type XXI ?





  #8   Report Post  
Posted to microsoft.public.word.newusers
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default How do I insert Roman Numerals?

But writing macros does.

--
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

"JoAnn Paules [MVP]" wrote in message
...
The good thing about trying to remember the correct Roman numeral is that
helps to keep the mind active. Relying on a macro doesn't really do that.
;-)

--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and some
of the larger numbers mayrequire a little thought from someone who does
not use Roman Numerals frequently. Is it quicker to use the macro to work
out the ROMAN equivalent of 1575 or to work out that it is MDLXXV then
type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1


Isn't it just easier to type XXI ?





  #9   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default How do I insert Roman Numerals?

But the point is that XX1 is never correct: it has to be XXI

--
Terry Farrell - MSWord MVP

"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and some
of the larger numbers mayrequire a little thought from someone who does
not use Roman Numerals frequently. Is it quicker to use the macro to work
out the ROMAN equivalent of 1575 or to work out that it is MDLXXV then
type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1



Isn't it just easier to type XXI ?



  #10   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default How do I insert Roman Numerals?

If only Outlook Express supported the macros, we might not have such typos


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Terry Farrell" wrote in message
...
But the point is that XX1 is never correct: it has to be XXI

--
Terry Farrell - MSWord MVP

"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and some
of the larger numbers mayrequire a little thought from someone who does
not use Roman Numerals frequently. Is it quicker to use the macro to work
out the ROMAN equivalent of 1575 or to work out that it is MDLXXV then
type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1


Isn't it just easier to type XXI ?







  #11   Report Post  
Posted to microsoft.public.word.newusers
Terry Farrell Terry Farrell is offline
external usenet poster
 
Posts: 2,904
Default How do I insert Roman Numerals?



tf

"Graham Mayor" wrote in message
...
If only Outlook Express supported the macros, we might not have such typos


--

Graham Mayor - Word MVP



  #12   Report Post  
Posted to microsoft.public.word.newusers
JoAnn Paules [MVP] JoAnn Paules [MVP] is offline
external usenet poster
 
Posts: 2,113
Default How do I insert Roman Numerals?

Yes, they do. :-)

--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



"Doug Robbins - Word MVP" wrote in message
...
But writing macros does.

--
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

"JoAnn Paules [MVP]" wrote in message
...
The good thing about trying to remember the correct Roman numeral is that
helps to keep the mind active. Relying on a macro doesn't really do that.
;-)

--
JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"



"Graham Mayor" wrote in message
...
Yes, but not everyone is familiar with the use of roman numerals and
some of the larger numbers mayrequire a little thought from someone who
does not use Roman Numerals frequently. Is it quicker to use the macro
to work out the ROMAN equivalent of 1575 or to work out that it is
MDLXXV then type that?

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Gordon" wrote in message
...

"Graham Mayor" wrote in message
...
Type a number e.g. 21, select it and run the following macro

Dim oRng As Range
Set oRng = Selection.Range
oRng.Fields.Add oRng, 34, oRng.Text & " \*Roman", False
ActiveWindow.View.ShowFieldCodes = False

it will thus display XX1


Isn't it just easier to type XXI ?






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 do I insert roman numerals into the text of a Word document? J.Duncan Microsoft Word Help 3 April 6th 23 03:14 PM
how do i insert roman numerals in a document? lalalala Microsoft Word Help 1 December 28th 06 05:24 PM
rOMAN nUMERALS HH Microsoft Word Help 2 November 13th 06 05:28 AM
roman numerals meady Microsoft Word Help 4 March 28th 06 11:38 PM
Roman numerals Jeanne Microsoft Word Help 3 May 1st 05 04:56 PM


All times are GMT +1. The time now is 08:01 AM.

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"