Naming Modules


Posted by Richie on July 15, 2001 4:24 AM

Can anybody tell me how to change the name of a module from "Module 1" to "MyModuleName". I've tried right-clicking on the module and looking in the main menu options but with no luck.

Posted by G-Man on July 15, 2001 9:51 AM

In the VBE, select View > Properties Window. When the
Properties Window appears in the lower left corner, highlight
the existing module name and replace it with the new name,
without using 'spaces' or other restricted characters such as
'/', '.', or ','.



Posted by Richie on July 15, 2001 11:45 AM