Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Kim in Melb Kim in Melb is offline
external usenet poster
 
Posts: 4
Default Word 2007: Multi-level lists

Howdy:
I'm numbering the appendices using a multi-level list. The first level uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim
  #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 Word 2007: Multi-level lists

See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To add to what Doug has said, note that SEQ fields don't update automatically. You can force an update by switching to Print Preview and then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message ...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim




  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Kim in Melb Kim in Melb is offline
external usenet poster
 
Posts: 4
Default Word 2007: Multi-level lists

Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update automatically. You can force an update by switching to Print Preview and then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message ...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim




.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To enter field codes in your document, first press Ctrl+F9 to insert field
delimiters, { }, and then type the code (note that you cannot type the braces
from the keyboard). Press F9 to update. Use Alt+F9 to show/hide field codes. To
duplicate a certain field code, you can use copy and paste (be sure to update
it, for example by toggling Print Preview).

--
Stefan Blom
Microsoft Word MVP



"Kim in Melb" wrote in message
...
Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update
automatically. You can force an update by switching to Print Preview and then
back to your favorite view (use Ctrl+F2 as a toggle). Also, you can
explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message
...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim



.





  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To clarify: You will have to press Ctrl+F9 to insert *each pair* of field
delimiters.

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
To enter field codes in your document, first press Ctrl+F9 to insert field
delimiters, { }, and then type the code (note that you cannot type the braces
from the keyboard). Press F9 to update. Use Alt+F9 to show/hide field codes.
To duplicate a certain field code, you can use copy and paste (be sure to
update it, for example by toggling Print Preview).

--
Stefan Blom
Microsoft Word MVP



"Kim in Melb" wrote in message
...
Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update
automatically. You can force an update by switching to Print Preview and
then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can
explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message
...
See the "Generate a number sequence like Excel uses to number columns"
item
under the Nifty Numbering section of fellow MVP Cindy Meister's website
at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim



.





  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To clarify: You will have to press Ctrl+F9 to insert *each pair* of field
delimiters.

--
Stefan Blom
Microsoft Word MVP



"Stefan Blom" wrote in message
...
To enter field codes in your document, first press Ctrl+F9 to insert field
delimiters, { }, and then type the code (note that you cannot type the braces
from the keyboard). Press F9 to update. Use Alt+F9 to show/hide field codes.
To duplicate a certain field code, you can use copy and paste (be sure to
update it, for example by toggling Print Preview).

--
Stefan Blom
Microsoft Word MVP



"Kim in Melb" wrote in message
...
Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update
automatically. You can force an update by switching to Print Preview and
then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can
explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message
...
See the "Generate a number sequence like Excel uses to number columns"
item
under the Nifty Numbering section of fellow MVP Cindy Meister's website
at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim



.





  #8   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To enter field codes in your document, first press Ctrl+F9 to insert field
delimiters, { }, and then type the code (note that you cannot type the braces
from the keyboard). Press F9 to update. Use Alt+F9 to show/hide field codes. To
duplicate a certain field code, you can use copy and paste (be sure to update
it, for example by toggling Print Preview).

--
Stefan Blom
Microsoft Word MVP



"Kim in Melb" wrote in message
...
Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update
automatically. You can force an update by switching to Print Preview and then
back to your favorite view (use Ctrl+F2 as a toggle). Also, you can
explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message
...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim



.



  #9   Report Post  
Posted to microsoft.public.word.docmanagement
Kim in Melb Kim in Melb is offline
external usenet poster
 
Posts: 4
Default Word 2007: Multi-level lists

Hi Doug & Stefan:

Many thanks for your responses. Methinks I may have bitten off more than I
can chew! I now have the code (thanks to you) ... question is, where do I
put it? Is this something I need to create in Visual Basics?

Thanks heaps,
--
Kim


"Stefan Blom" wrote:

To add to what Doug has said, note that SEQ fields don't update automatically. You can force an update by switching to Print Preview and then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message ...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim




.

  #10   Report Post  
Posted to microsoft.public.word.docmanagement
Stefan Blom[_3_] Stefan Blom[_3_] is offline
external usenet poster
 
Posts: 6,897
Default Word 2007: Multi-level lists

To add to what Doug has said, note that SEQ fields don't update automatically. You can force an update by switching to Print Preview and then back to your favorite view (use Ctrl+F2 as a toggle). Also, you can explicitly update the fields in the selection by pressing F9.

--
Stefan Blom
Microsoft Word MVP



"Doug Robbins - Word MVP" wrote in message ...
See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim






  #11   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 Word 2007: Multi-level lists


See the "Generate a number sequence like Excel uses to number columns" item
under the Nifty Numbering section of fellow MVP Cindy Meister's website at:

http://homepage.swissonline.ch/cindymeister/

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

"Kim in Melb" wrote in message
...
Howdy:
I'm numbering the appendices using a multi-level list. The first level
uses
Alphas where the number of appendices goes beyond Z i.e.

A
B
C ....
X
Y
Z
AA
BB
CC ...
ZZ

Is there any way that I can change the format so that when the list
reaches
Z, the numbering continues as follows:

A
B
C ...
X
Y
Z
AA
AB
AC ...

Thanks,
--
Kim


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
Multi-level lists Confused about lists Page Layout 2 October 5th 09 12:09 AM
Multi-Level Lists FL Microsoft Word Help 1 June 19th 09 10:46 PM
How do I create and control multi level lists in Word '07 ? Liontamer Microsoft Word Help 2 July 7th 08 02:45 PM
Multi-level lists in Word 2007 Misha Microsoft Word Help 1 April 15th 08 09:37 AM
Numbering and Multi-level lists in Word 07: Improved? djprius New Users 5 August 7th 07 10:57 PM


All times are GMT +1. The time now is 01:50 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"