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 / March 2005

Tip: Looking for answers? Try searching our database.

Find option in REG KEY

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
papou - 24 Mar 2005 12:36 GMT
Hil all
Word 2003 SP1
Win XP Pro SP1
I am trying to find out which key in the registry should be amended to set
this option in Word:
Options.ConfirmConversions = False
The aim is to modify this key via a script routine through some of our
machines.
Can somebody help?
TIA
Cordially
Pascal
Graham Mayor - 24 Mar 2005 13:36 GMT
This is stored in the user's (binary) setttings sub key of the Word data key
(HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Data)  - for Word
2003
along with many other personal settings. You will need to address it with
vba using the line of code you have listed.

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>

> Hil all
> Word 2003 SP1
[quoted text clipped - 8 lines]
> Cordially
> Pascal
papou - 24 Mar 2005 13:54 GMT
Thanks Graham!
Could there be a way to identify this particular setting so that I could
user a REG file?

Cordially
Pascal

> This is stored in the user's (binary) setttings sub key of the Word data key
> (HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Data)  - for Word
[quoted text clipped - 14 lines]
> > Cordially
> > Pascal
Jay Freedman - 24 Mar 2005 15:58 GMT
Hi Pascal,

No, a REG file will not do. Graham's point is that there is only one binary
(bit-mapped) value in the registry that contains a great many user
customization settings. The structure of that value is not publicly
documented. I don't know of any way to change only one setting within that
value by any means external to Word.

If you overwrite the value for all users with one value from a REG file, you
will destroy a great many other customizations that users may have spent a
lot of time setting up.

What Graham suggests, and I concur, is that you should use a VBA macro to
set the option, and that will alter the registry value without disturbing
other customizations. That macro could be an AutoOpen macro in a global
add-in/template that you distribute to all users, so it will execute every
time a user opens any document.

Signature

Regards,
Jay Freedman
Microsoft Word MVP          FAQ: http://word.mvps.org

> Thanks Graham!
> Could there be a way to identify this particular setting so that I
[quoted text clipped - 29 lines]
>>> Cordially
>>> Pascal
papou - 25 Mar 2005 08:18 GMT
Hi Jay
Yes I have come to the same conclusion so I have ended up with a small
VBscript calling the Word.Application object and setting the option to
False.
Thank you very much indeed for your help.
Cordially
Pascal

> Hi Pascal,
>
[quoted text clipped - 47 lines]
> >>> Cordially
> >>> Pascal
 
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.