Thread: Rename a Module
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Rename a Module

In the VB IDE select the module.
Open the Properties window, F4
Change the (Name) property.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Filo" wrote in message
...
Hello,

How can I rename a module to something more meaningful than module1, 2
etc...

Thank you.

Filo