View Single Post
  #3   Report Post  
OHM \( Terry Burns \)
 
Posts: n/a
Default

Thats doesent work, because as soon as you promote or demote the level it
returns to the Style Leveln

--
OHM ( Terry Burns ) * Use the following to email me *

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int32 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--
"Shauna Kelly" wrote in message
...
Hi Terry

Modify the Paragraph format of your style. Near the Alignment box (where

you
set the style to be left, centred or right-aligned) you can change the
Outline level of your style.

However, depending on what you want to do with your Module, Section,
SubSection styles, you might like to read the following:
Why use Microsoft Word's built-in heading styles?
http://www.ShaunaKelly.com/word/numb...ingStyles.html

Hope this helps.

Shauna Kelly. Microsoft MVP.
http://www.shaunakelly.com/word


"OHM ( Terry Burns )" wrote in message
...
OK, this is really probably something very simple. I want to know how I
can
associate an outline level with a Style.

I am trying to create a template to prepare documentation for and I want
Style like, Module, Section and SubSection etc. So when I Create a new
document, I want to be able to see those styles appear for a particular
level, so if I demote a Module (top level ) then I want to see it

indented
and changed to a Section Style

Any Ideas ?