VBA module names in Excel
Solved
Mistral_13200
Posted messages
649
Status
Membre
-
danbo -
danbo -
Hello,
I created a workbook with macros and I now have about ten different modules that are simply named Module1, Module2, Module3...
I would like to know if it is possible to rename them to have more explicit names, which would make it easier to find my way around.
Is it possible?
Is it impossible?
Thank you in advance.
Best regards.
Mistral
I created a workbook with macros and I now have about ten different modules that are simply named Module1, Module2, Module3...
I would like to know if it is possible to rename them to have more explicit names, which would make it easier to find my way around.
Is it possible?
Is it impossible?
Thank you in advance.
Best regards.
Mistral
Configuration: Windows XP Internet Explorer 7.0
3 réponses
Hello Mistral,
In VBA, just select the module, then properties, and enter the appropriate name.
--
Always zen
In VBA, just select the module, then properties, and enter the appropriate name.
--
Always zen
I'm using Excel 2003 and Windows Pro SP3.
When I select my module and press F4, nothing happens, and yet I'm sure of my function keys because when I do Alt+F4 from VBA, I close VBA.
Do you have any ideas since now I believe I have understood that it is possible to rename a module.
Best regards
Mistral