Do module name changeable?

A

active_x

Do module name changeable?

In excel Visual Basic Editior, whenever a new module is added, the
module is named in the way:
module1
module2
module3
...
Can the module name be changed? (eg. module1-->test)
 
R

Robin Hammond

press F4 to open the properties window. Click on the module in question,
change the name in the properties window.
 
Top