Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you open the module in Edit mode, the left-hand part of the window will
list the open projects. If you click on the module that you want to rename (for example, Module 2), you will see the line (Name) Module 2 in the property window below. Just click on the name that you wish to change & type in the new name. Pressing "Enter" or clicking somewhere else will change the name of the module. "Avner Mediouni" wrote in message ... Can someone tell me how to rename a VBA module? Thanks Avner Mediouni R&D Physicist email: |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How many ways to skin a cat!
Whilsy in the VB Editor I press F4 and the properties window appears (if it wasn't already visible) next to "(Name)" I just overwrite the default name (e.g module 1) usually I'll leave a prefix of 'mod' when naming a module. Jason "Virginia Morris" wrote in message ... If you open the module in Edit mode, the left-hand part of the window will list the open projects. If you click on the module that you want to rename (for example, Module 2), you will see the line (Name) Module 2 in the property window below. Just click on the name that you wish to change & type in the new name. Pressing "Enter" or clicking somewhere else will change the name of the module. "Avner Mediouni" wrote in message ... Can someone tell me how to rename a VBA module? Thanks Avner Mediouni R&D Physicist email: |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
Renaming worksheets | Excel Discussion (Misc queries) | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Renaming Defined Name | Excel Discussion (Misc queries) | |||
Renaming within VBA | Excel Programming |