Excel 2003 - VBA - Module Name

C

C Brandt

Is there a way to change the name of the Modules. Mine automatically simply
Module 1, 2 etc. I would like to attach a more descriptive name to the
modules for the future when I come back and do updates.

Craig
 
M

Mike Rogers

C Brandt

Select your module, goto>Properties>(Name) change the name to "YourNewName"
Spaces are not allowed!!!!

Mike Rogers
 
J

Jim May

In the VBE - Click on the Module1 folder - then in the Properties Pane (View
Properties) Click in Alphabetic tab - (Name) the box to the right where you
see Module1 and CHANGE There !!
 
Top