
Signature
Stefan Blom
Microsoft Word MVP
Looks like i'm abandoning that route, thanks for your input.
I have had another thought on this.
I already have an addin which creates our corporate ribbon when Word starts.
Is it possible to use this addin to add the OutlineNumbering code into Words
auto_open or auto_new macro as the addin is loaded.
Does this sound logical?
> Are you saying that you have a backup (*.reg) file of the ListGalleryPresets
> key from an older Word installation? Restoring such a file probably won't
[quoted text clipped - 38 lines]
> >> >
> >> > Thanks
Stefan Blom - 28 Jul 2008 08:46 GMT
Sorry, I don't know anything about ribbon customization, so I really cannot
advise on how to edit such an add-in. Unless you get a reply from someone
who does know, you may want to post this question in a separate thread.

Signature
Stefan Blom
Microsoft Word MVP
> Looks like i'm abandoning that route, thanks for your input.
> I have had another thought on this.
[quoted text clipped - 54 lines]
>> >> >
>> >> > Thanks
Cindy M. - 28 Jul 2008 16:49 GMT
Hi Cresta,
> Looks like i'm abandoning that route, thanks for your input.
> I have had another thought on this.
[quoted text clipped - 3 lines]
>
> Does this sound logical?
Yes, you should be able to use your add-in to create list styles.
However, I suggest you do *not* use the ListGallery for this. The ListGallery
entries tend to change their order, depending on what the user does when using
Word. Much better to link your outline numbering to a set of styles, or create
a ListTemplate and provide the tools for using it in your Ribbon.
The point at which your add-in should create the numbering stuff in a document:
Your Add-in should be able to trap the DocumentOpen and DocumentNew events of
the Application object.
If you need more help with setting up the events you should probably post in a
different newsgroup (or forum). Which programming language/technology are you
using to create this add-in? VB6? Visual Studio .NET with the Shared Add-ins
template? Or VSTO?
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 :-)