B
bschellingbiggs
I have vb code that will automatically compile the application if in a non
compiled state. After recompiling, I close the module but the visual basic
editor remains open. How do I force the editor to close?
DoCmd.OpenModule "ModGlobals"
DoCmd.SelectObject acModule, "ModGlobals"
RunCommand (acCmdCompileAndSaveAllModules) 'Compile and save
DoCmd.Close acModule, "ModGlobals" 'Close module - all
but xSplash?
DoCmd.Close acModule, "form_xSplash Screen" 'Closes module but editor
open
Any ideas?
Brenda
compiled state. After recompiling, I close the module but the visual basic
editor remains open. How do I force the editor to close?
DoCmd.OpenModule "ModGlobals"
DoCmd.SelectObject acModule, "ModGlobals"
RunCommand (acCmdCompileAndSaveAllModules) 'Compile and save
DoCmd.Close acModule, "ModGlobals" 'Close module - all
but xSplash?
DoCmd.Close acModule, "form_xSplash Screen" 'Closes module but editor
open
Any ideas?
Brenda