Message 1 of 2
Forms erroring out

Not applicable
03-06-2008
03:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have vba code that I inherited and have kept it running quite well for awhile, and sometimes update it to reflect needed changes in our office, but we recently have been getting errors on buttons that call modules that call forms.
I immediately get a debug box when I hit the button in AutoCAD, then I go into VBA and look at which form the module is calling, when I go try to open the form to see what the problem is, I get an error that says:
"System Error &H8007003B (-2147024837). An Unexpected network error occured." And it happens on all the forms in my dvb file (same exact error).
The server names have not been changed, the entire directory structure is intact and I believe the only thing we have done is install the service pack 2 for 2005 (yes I know it's old).
Thanks in advance for any help.
I have vba code that I inherited and have kept it running quite well for awhile, and sometimes update it to reflect needed changes in our office, but we recently have been getting errors on buttons that call modules that call forms.
I immediately get a debug box when I hit the button in AutoCAD, then I go into VBA and look at which form the module is calling, when I go try to open the form to see what the problem is, I get an error that says:
"System Error &H8007003B (-2147024837). An Unexpected network error occured." And it happens on all the forms in my dvb file (same exact error).
The server names have not been changed, the entire directory structure is intact and I believe the only thing we have done is install the service pack 2 for 2005 (yes I know it's old).
Thanks in advance for any help.