Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have recently installed an Excel Service pack and I'm now finding a new popup every time I open a particular file. This file contains a refrences to several activeX controls. The popup states: Application is about to initialise ActiveX control that may be unsafe. If you trust this source blah, blah, ..... [OK] [Cancel] Any questions regarding security tend to really freak out my users so I'd like to stop it. I have found that if I remove a particular form from the document then the message doesn't occur. That form contains a refrence to the Microsoft RichTextBox contol in richtx32.ocx. I don't understand why a MS-made control would be considered unsafe but I'm reasnibly sure that's the problem. I'm guessing there is no way that I can supress this message because it's related to a security issue. Is there something I can do to so that Excel will consider control safe? Prehaps I need to digitally sign it? What's the trigger for this popup? - Rm |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This was discussed here
http://tinyurl.com/jstcg and no doubt in other discussions in this group. You are probably won't enjoy reading this - http://support.microsoft.com/default...b;en-us;838010 Regards, Peter T "Robert Mulroney" '''' wrote in message ... I have recently installed an Excel Service pack and I'm now finding a new popup every time I open a particular file. This file contains a refrences to several activeX controls. The popup states: Application is about to initialise ActiveX control that may be unsafe. If you trust this source blah, blah, ..... [OK] [Cancel] Any questions regarding security tend to really freak out my users so I'd like to stop it. I have found that if I remove a particular form from the document then the message doesn't occur. That form contains a refrence to the Microsoft RichTextBox contol in richtx32.ocx. I don't understand why a MS-made control would be considered unsafe but I'm reasnibly sure that's the problem. I'm guessing there is no way that I can supress this message because it's related to a security issue. Is there something I can do to so that Excel will consider control safe? Prehaps I need to digitally sign it? What's the trigger for this popup? - Rm |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Peter, you're right though; that doesn't make me very happy at all. It
looks like I might have to dust of the old copy of VB6. - Rm "Peter T" wrote: This was discussed here http://tinyurl.com/jstcg and no doubt in other discussions in this group. You are probably won't enjoy reading this - http://support.microsoft.com/default...b;en-us;838010 Regards, Peter T "Robert Mulroney" '''' wrote in message ... I have recently installed an Excel Service pack and I'm now finding a new popup every time I open a particular file. This file contains a refrences to several activeX controls. The popup states: Application is about to initialise ActiveX control that may be unsafe. If you trust this source blah, blah, ..... [OK] [Cancel] Any questions regarding security tend to really freak out my users so I'd like to stop it. I have found that if I remove a particular form from the document then the message doesn't occur. That form contains a refrence to the Microsoft RichTextBox contol in richtx32.ocx. I don't understand why a MS-made control would be considered unsafe but I'm reasnibly sure that's the problem. I'm guessing there is no way that I can supress this message because it's related to a security issue. Is there something I can do to so that Excel will consider control safe? Prehaps I need to digitally sign it? What's the trigger for this popup? - Rm |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Excel Popup Menu Control | Excel Programming | |||
positioning the control on a popup commandbar | Excel Programming | |||
Adding Button to Popup Control | Excel Programming | |||
Control IE popup from excel VBA instantiation | Excel Programming |