MS Word multilevel lists

Associate
Joined
8 May 2011
Posts
1,068
Location
London
Hi, I'm running Office 2010, and the multilevel list function ends up with lists something like this:
1) Stuff here
a) More specific stuff
b) Same as a
c) Same as a
i) More specific about c
And I was wondering if it is possible to get it to work in a way that ends up with something like this:
1) a) Stuff
b) Stuff
c) i) Stuff
ii) Stuff
Thanks
 
You've never done programming have you? ;)
I'm not sure how it can be done in Word but I feel the list is better formatted like so:

Code:
1)Stuff1
  a)Stuff2
  b)Stuff2
  c)Stuff2
     i)Stuff3
     ii)Stuff3
  d)Stuff2
  e)Stuff2
2)Stuff1
3)Stuff1
:)

[edit]I see OcUK's VBB farts around with formatting unless you use the CODE tags.[/edit]
 
Last edited:
Back
Top Bottom