Is there any way to rename code Modules within Project files, or am I stuck with Module1, Module2, etc?
Is there any way to rename code Modules within Project files, or am I stuck with Module1, Module2, etc?

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Right-click on the Module in Project Explorer and choose Properties. Select the right-hand column next to Name and edit away!
Grüße
Thanks, but I had already tried right-clicking on the module name. Project Properties are available, but not module properties. By the way, I'm running VB 6.0, version 8435.
Beg pardon. <img src=/S/blush.gif border=0 alt=blush width=15 height=15> Select the Module in Project Explorer. (It's in a separate folder.) Press F4 or go to the Properties window - by default directly below the Project Explorer. THEN edit the right-hand column next to Name.
Grüße
Thanks, that worked fine. I should have thought of the Properties window.