View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
A.W.J. Ales A.W.J. Ales is offline
external usenet poster
 
Posts: 63
Default View Modules in VB Editor

Jrh,

Select (in the project explorer) the module you want to rename. Open (if
not allready open the properties window) and change the name.

--
Regards,
Auk Ales

* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *

"jrh" wrote in message
...
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.