how to deactivate Microsoft Office Word message

C

Cindy M -WordMVP-

Hi Gerie,
If I open the following document, a Microsoft Office Word message pops up,
warning for a ActiveX component. How can I deactivate those warnings?

Documents.Open
FileName:="http://www.natuurlijkedierenvoeding.nl/vitamine_c.htm"

I already tried:
Documents.Application.DisplayAlerts = wdAlertsNone
Please tell us the version of Word you're using and the exact error message.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
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 :)
 
G

Gerie Alards

Hi Cindy,

Microsoft Visual Basic 6.3 (within Outlook)
Microsoft Office Word 2003 (11.6502.6408)

The message translated from Dutch:

! Microsoft Office Word
Possible unsafe ActiveX component about to be installed. If you trust the
source of this document then select yes, so the component will be
initialized with
your document settings.

regards,
gerie alards
 
C

Cindy M -WordMVP-

Hi Gerie,
Microsoft Visual Basic 6.3 (within Outlook)
Microsoft Office Word 2003 (11.6502.6408)

The message translated from Dutch:

! Microsoft Office Word
Possible unsafe ActiveX component about to be installed. If you trust the
source of this document then select yes, so the component will be
initialized with
your document settings.
See

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon98/ht
ml/vbconUnderstandingSafetySettings.asp

http://office.microsoft.com/en-us/assistance/HA011403101033.aspx

http://support.microsoft.com/default.aspx?scid=kb;en-us;827742

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
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 :)
 
G

Gerie Alards

hi Cindy,

it seems to be the right information, I'll let you when the message really
disappeared.

thanks!
gerie alards
 
G

Gerie Alards

Cindy,

Yes, it works! The already tried all the different flavor of the ActiveX
security options
without result. But the third site you gave desctibed the following steps
and after that
the pop up message was gone.

thanks,
gerie alards

1. Click Start, click Run, type regedit, and then click OK.
2. Expand the following registry subkey:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Common
3. Right-click Common, point to New, and then click Key.
4. Type Security, and then press ENTER to name the new subkey.
5. Right-click Security, point to New, and then click DWORD Value.
6. Type UFIControls, and then press ENTER to name the value.
7. Double-click UFIControls.
8. In the Value data box, type 1, and then click OK.



The steps decribed in
 
Top