Renaming modules

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way I can rename Module1, Module2, etc. to something more
meaningful? I have right-clicked on the module name and looked through all
of the VBE menus, but I can't seem to find an option to change a module's
name.
Any help would be greatly appreciated. Thanks.
 
Bring up the properties window (F4) if it is not already open. The first Itme
is name and this is where you can change the module name. FYI the standard
prefix is mod so in general you may want to name your modules starting with
that prefix (modPrintRoutines for example).
 
Left-click on the module to select.

View>Properties Window(or F4)

Change the name here.


Gord Dibben MS Excel MVP
 
Jim - Thanks!
Bob


Jim Thomlinson said:
Bring up the properties window (F4) if it is not already open. The first Itme
is name and this is where you can change the module name. FYI the standard
prefix is mod so in general you may want to name your modules starting with
that prefix (modPrintRoutines for example).
 

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

Similar Threads


Back
Top