P Peter Brase Mar 16, 2004 #1 There is no obvious to delete a code module from an Access/VBA project. Has someone found the secret?
There is no obvious to delete a code module from an Access/VBA project. Has someone found the secret?
C Chris Mar 16, 2004 #2 Three ways: In the Modules tab of the database window, delete it. In the VBE, select the module in the Project Explorer window (CTRL-R), then right click and click Remove. Finally, Docmd.DeleteObject acModule,"NAME" Chris
Three ways: In the Modules tab of the database window, delete it. In the VBE, select the module in the Project Explorer window (CTRL-R), then right click and click Remove. Finally, Docmd.DeleteObject acModule,"NAME" Chris