VBAchallenged
Technical User
I am using the following line of code in VBA:
If IsLoaded("frmNewShipperContact" Then
I can't compile my code because of the "IsLoaded". I get the following Errror: "Sub or Function not defined."
In Object Browser, "IsLoaded" is a member of Access.AccessObject. I think this is the MSACC9.OLB library (MS Access 9.0 Object Library), but when I select it as a Reference, I still can not compile my code.
How do I find the correct library to reference for "IsLoaded"?
If IsLoaded("frmNewShipperContact" Then
I can't compile my code because of the "IsLoaded". I get the following Errror: "Sub or Function not defined."
In Object Browser, "IsLoaded" is a member of Access.AccessObject. I think this is the MSACC9.OLB library (MS Access 9.0 Object Library), but when I select it as a Reference, I still can not compile my code.
How do I find the correct library to reference for "IsLoaded"?