Excel 2003 - VBA - Module Name

  • Thread starter Thread starter C Brandt
  • Start date Start date
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
 
C Brandt

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

Mike Rogers
 
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 !!
 
Back
Top