PDA

View Full Version : Losing datagrid and flexgrid



vasskereszt
02-17-2009, 07:35 PM
I have been developing a db macro for Excel using Datagrid and flexgrid controls. One day I open the VBA editor to continue with the coding. To my surprise, both controls were missing from my form (the references are still checked properly). Since then, Anytime I try to drop a new one on the form I keep getting this message: "The subject is not trusted for the specified action." Whatever happened, it affected the whole system. I get the same message in every application with VBA, like Word, Microstation, AutoCad etc. When I open old, previously completed macros in the VBA editor, these 2 controls are gone. Does anyone know wht might be the cause?

HaHoBe
02-17-2009, 10:21 PM
Hi, vasskereszt,

due to updates from MS setting KillBits, maybe How to stop an ActiveX control from running in Internet Explorer (http://support.microsoft.com/kb/240797/EN-US/) may help or ActiveXHelper v1.12 - View ActiveX Information (http://www.nirsoft.net/utils/axhelper.html) resp. ActiveX Compatibility Manager v1.00 (http://www.nirsoft.net/utils/acm.html).

Ciao,
Holger