Run time error '2467' (reference to an object that is closed or doesn't exist) is intermittently raised (but always at the same VBA procedure line) when referencing a control (setting its .Enabled property to False).
This code is in a standard module and is successfully used repeatedly in the application for many forms. Some forms never have raised the error, yet execute this same procedure.
Two forms (at this point anyway) raise it at times, and at other times, work correctly. I can see no distinctive pattern, timing, or other factor that would cause this to happen.
Thanks.
This code is in a standard module and is successfully used repeatedly in the application for many forms. Some forms never have raised the error, yet execute this same procedure.
Two forms (at this point anyway) raise it at times, and at other times, work correctly. I can see no distinctive pattern, timing, or other factor that would cause this to happen.
Thanks.