- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsHi Experts:
I have an ESRI ArcMap file (.MXD) with VBA running under Windows XP. It has VBA code using the Flex Grid control from C:\Windows\system32\msflxg
After installing the security update
http://www.microsoft.com/d
the part of the VBA program using the flex grid is not working any more. Even though the OCX file is still there and it is still in the reference.
I opened the VBA form and found that the flex grid does not show up anymore, when I try to add another flex grid, there is a popup message "The subject is not trusted for the specified action.".
The version of msflxgrd.ocx on my computer is 6.0.84.18.
Can this be resolved without rolling back the security update?
Thank you!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: huangs3Posted on 2009-07-21 at 10:02:53ID: 24906857
I tried to change this registry item from 400(HEX) to 0[HKEY_LOCAL_MACHINE\SOFTW ARE\Micros oft\Intern et Explorer\ActiveX Compatibility\{6262d3a0-53 1b-11cf-91 f6-c2863c3 85e30}\"Co mpatibilit y Flags"]
om/vb/mess age.asp?p= 640&r=6570 804
The idea is from http://www.developersdex.c
Just don't understand that why the security update for IE Activex impacts VBA... is it a Microsoft bug?
Will there be any drawback if I use this as a solution. Is there better solution?
Thank you!