Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / September 2006

Tip: Looking for answers? Try searching our database.

ContinuePreviousList in 2007

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
spnz - 18 Sep 2006 02:54 GMT
Hi there,

I have this piece of code that works fine in 2000 however when trying it in
2007 it does not continue with my numbers from my previous paragraph

Private Sub ContinueDefParagraphNumbering()
   'Apply the adjusted outline numbering
   
   Selection.Range.ListFormat.ApplyListTemplate _
       
ListTemplate:=ListGalleries(wdOutlineNumberGallery).ListTemplates(CTConfig.ltDefault), _
       ContinuePreviousList:=False, _
       ApplyTo:=wdListApplyToWholeList, _
       DefaultListBehavior:=wdWord10ListBehavior
       

End Sub

Can anyone suggest a method that I can use that will do what im trying to do
in 2007?
Cindy M. - 19 Sep 2006 14:26 GMT
Hi =?Utf-8?B?c3Bueg==?=,

> I have this piece of code that works fine in 2000 however when trying it in
> 2007 it does not continue with my numbers from my previous paragraph
>  
How about if you set ContinuePreviousList:=TRUE instead of false?

> Private Sub ContinueDefParagraphNumbering()
>     'Apply the adjusted outline numbering
[quoted text clipped - 8 lines]
>  
> End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply in the
newsgroup and not by e-mail :-)
spnz - 19 Sep 2006 22:34 GMT
Hi Cindy,

Yes tried that to but still no joy :(

> Hi =?Utf-8?B?c3Bueg==?=,
>
[quoted text clipped - 23 lines]
> This reply is posted in the Newsgroup; please post any follow question or reply in the
> newsgroup and not by e-mail :-)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.