I am using word XP.

I am trying to apply headings (legal type) to a document
of paragraphs based upon styles and would like to be
able to skip paragraphs which should be grouped under
specific headings without numbers as they are not
independent. I am trying to do this withing a vba.
Applying the paragraph format value to supress the
numbers does not work even if I try this manually. Long
ago there was a feature in the old word basic that
allowed one to specify which paragraphs got numbers by
assigning a number to the desired paragraphs prior to
applying the heading formatting. Does any such method
exist now?

Re: Supress Headings by Perry

Perry
Sat Jan 03 06:11:46 CST 2004

Look at below articles and kindly repost if the information provided wasn't
usefull.

Concept of using listtemplates
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/htm
l/woobjListTemplate.asp

How to apply formatting to listtemplates
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/htm
l/womthapplylisttemplate.asp

Krgrds,
Perry

"EGR" <anonymous@discussions.microsoft.com> wrote in message
news:09a901c3d19c$cc899d60$a001280a@phx.gbl...
> I am using word XP.
>
> I am trying to apply headings (legal type) to a document
> of paragraphs based upon styles and would like to be
> able to skip paragraphs which should be grouped under
> specific headings without numbers as they are not
> independent. I am trying to do this withing a vba.
> Applying the paragraph format value to supress the
> numbers does not work even if I try this manually. Long
> ago there was a feature in the old word basic that
> allowed one to specify which paragraphs got numbers by
> assigning a number to the desired paragraphs prior to
> applying the heading formatting. Does any such method
> exist now?



Re: Supress Headings by Perry

Perry
Sat Jan 03 06:13:28 CST 2004

And look at
http://www.mvps.org/word/FAQs/Numbering/CureListNumbering.htm

Krgrds,
Perry

"Perry" <p.lima@chello.nl> wrote in message
news:uUpSBLf0DHA.2308@TK2MSFTNGP11.phx.gbl...
> Look at below articles and kindly repost if the information provided
wasn't
> usefull.
>
> Concept of using listtemplates
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/htm
> l/woobjListTemplate.asp
>
> How to apply formatting to listtemplates
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbawd10/htm
> l/womthapplylisttemplate.asp
>
> Krgrds,
> Perry
>
> "EGR" <anonymous@discussions.microsoft.com> wrote in message
> news:09a901c3d19c$cc899d60$a001280a@phx.gbl...
> > I am using word XP.
> >
> > I am trying to apply headings (legal type) to a document
> > of paragraphs based upon styles and would like to be
> > able to skip paragraphs which should be grouped under
> > specific headings without numbers as they are not
> > independent. I am trying to do this withing a vba.
> > Applying the paragraph format value to supress the
> > numbers does not work even if I try this manually. Long
> > ago there was a feature in the old word basic that
> > allowed one to specify which paragraphs got numbers by
> > assigning a number to the desired paragraphs prior to
> > applying the heading formatting. Does any such method
> > exist now?
>
>