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

Hi
try the following
- click on the module in the explorer tree
- hilt F4 (to open the properties dialog)
- change the name

--
Regards
Frank Kabel
Frankfurt, Germany

jrh wrote:
In the VB Editor, I have a bunch of modules in my personal
macro workbook listed as module 1, module 2 and so on.
Can I rename these to something more meaningful so I know
which module is which when I am working in the editor?

thank you.