A
adanedhel9
I've got a Visio template with several custom VBA functions and forms. When
the "Save AutoRecover info" option is enabled, after a couple auto-saves, one
of the custom forms seems to break. Every time it's accessed (usually by the
user initiating some custom VBA function), the user gets the following error:
Run-time error '75': Could not find the specified object.
In debugging this, I find that the error occurs on the line in the VB that
creates a new instance of the form in question. At this point, if I try to
open the form in VBA editor, I get the error:
Path/File Access Error
After closing Visio and restarting, everything works again. But as soon as
a few auto-saves pass, the problem returns. It only seems to affect this
form, though it doesn't seem to have any significant differences from any of
the other forms in the template.
Any suggestions on how to debug this or how to work around it?
Joe
the "Save AutoRecover info" option is enabled, after a couple auto-saves, one
of the custom forms seems to break. Every time it's accessed (usually by the
user initiating some custom VBA function), the user gets the following error:
Run-time error '75': Could not find the specified object.
In debugging this, I find that the error occurs on the line in the VB that
creates a new instance of the form in question. At this point, if I try to
open the form in VBA editor, I get the error:
Path/File Access Error
After closing Visio and restarting, everything works again. But as soon as
a few auto-saves pass, the problem returns. It only seems to affect this
form, though it doesn't seem to have any significant differences from any of
the other forms in the template.
Any suggestions on how to debug this or how to work around it?
Joe