Thread: Rename Modules
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Rename Modules

Ian,

In the VBA editor, press F4 to display the properties menu.
Change the name of the module there.

The latest MS mouse drivers (Intellimouse 5) don't allow mouse
wheel scrolling in the VBA editor. Use an earlier version
(version 4), or download and use FreeWheel
http://www.geocities.com/SiliconVall...freewheel.html .


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Ian" wrote in message
...
I am working on a VBA project adding Modules and UserForms, but
I can't seem
to rename either of these. I have seen samples which have
different, more
meaningful names. There doesn't seem to be a simple right-click
option,
please help. Also, does anyone know how to activate the mouse
wheel to scroll
up and down in the code window? Being so used to using it
everywhere else it
is frustrating not to be able to use it in this instance.

Thanks for your help,