News

Hamza is a certified Technical Support Engineer. The “Compile error in hidden module” error occurs when you open a VBA project in Microsoft Excel. It occurs when ...
Use the File Import option in the VBA Editor tool to import files from the repo to the MS Access project and use the Export option to save new versions of the module or class. Modules are saved as ...
What Is Visual Basic for Applications (VBA)? Visual Basic for Applications (VBA) is used to write programs for Microsoft Office (MS Office, Office) applications, including Access, Excel ...
If you execute Visual Basic code containing the OpenModule method in a library database, Access looks for the module with this name first in the library database, and then in the current database.
And, as long as I'm here, class modules are for creating your own programatic (code-only, no UI) objects -- the ADO data access objects are an example of that kind of object. User forms ...