Office 2003 update causes "The subject is not trusted for thespecified action" error II

A

acvanstapele

Hello everyone,

I myself use a MSFLXGRD.OCX in a VBA macro / form which does not work
anymore after a Microsoft Update.

The Microsoft Update KB960715 is causing the problem I read on the
net.
If I removed the update, the program works fine. After installing the
Update
the program doesn’t work any more.

Is there a solution?
Is there a work around in the registry?

Alexander

P.S.
I tried the suggestion in an article for a RichTextBox, but it dose
not work for the MS FlexGrid.
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX
Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402} DWORD value to
0
 
J

Jamie Collins

Hello everyone,

I myself use a MSFLXGRD.OCX in a VBA macro / form which does not work
anymore after a Microsoft Update.

The Microsoft Update KB960715 is causing the problem I read on the
net.
If I removed the update, the program works fine. After installing the
Update
the program doesn’t work any more.

Is there a solution?
Is there a work around in the registry?

Alexander

P.S.
I tried the suggestion in an article for a RichTextBox, but it dose
not work for the MS FlexGrid.
HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX
Compatibility\{3B7C8860-D78F-101B-B9B5-04021C009402}   DWORD value to
0

I just had a similar issue with the Microsoft DataGrid (MSDATGRD.OCX)
in Excel 2007. The fix was to download and install Microsoft Visual
Basic 6.0 Service Pack 6 Cumulative Update (http://www.microsoft.com/
downloads/details.aspx?
FamilyId=CB824E35-0403-45C4-9E41-459F0EB89E36&displaylang=en&displaylang=en)

Then I got a different message, "Element not found." The fix for this
was to search the hard drive for files with a .exd extension then
delete them (the .exd is then rebuilt when using VBA).

All fixed within a few minutes :)

For full details, see:

Description of the cumulative update rollup for the Visual Basic 6.0
Service Pack 6 Runtime Extended Files
http://support.microsoft.com/kb/957924

Jamie.

--
 
D

danco172

I just ran into a similar issue with the Microsoft Winsock (MSWINSCK.OCX) in
Excel 2007 after I had to install VB6 to look at some old application code.

Jamie's link to the knowledge base article
(http://support.microsoft.com/default.aspx/kb/957924) got me back on my feet
and everything seems to be working again (as far as I can tell).

Thank you, Jamie.

Dan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top