Do module name changeable?

  • Thread starter Thread starter active_x
  • Start date Start date
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)
 
In the VBA editor select "Properties" (F4) and make the
change under (Name).
 
press F4 to open the properties window. Click on the module in question,
change the name in the properties window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top