View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Renaming VBA Modules

Hi
in the VBA editor try the following:
- select the module
- hit F4
- change the module name

--
Regards
Frank Kabel
Frankfurt, Germany

"cogent" schrieb im Newsbeitrag
...
Hello

In Project Explorer view in the VBA window, I have seven Modules of

code.
Often when I am looking for a specific procudure it is difficult to

find
because I cannot figure out how to ReName the Modules.

Does anyine know how I can rename the Modules from Module1,

Module2... etc
to (text) names that are more cognitive.

Thank you in advance.

W