Alert 'Micosoft Forms' when Closing application

  • Thread starter Thread starter Corey
  • Start date Start date
C

Corey

Recently i upgraded my Office XP with (from memory) a SP3 patch file.
But now i get an alert message saying:

Micosoft Forms

This application is baout to initialize ActiveX controls that might be unasafe. If you trust the
source of this file, select OK and the controls woill be initialized using your current workplace
settings.
OK - CANCEL

How do i remove this from popping up each time?
 
Hi Corey,
You can test this; create the key:

HKEY_CURRENT_USER\Software\Microsoft\VBA\Security
In this new key, add the REG_DWORD sub key:
LoadControlsInForms
and to give him value 1.

Regards,
MP
 
Back
Top