View Modules in VB Editor

  • Thread starter Thread starter jrh
  • Start date Start date
J

jrh

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.
 
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 *
 
Hi
try the following
- click on the module in the explorer tree
- hilt F4 (to open the properties dialog)
- change the name
 
Back
Top