View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Martin[_2_] Bill Martin[_2_] is offline
external usenet poster
 
Posts: 105
Default VBE Module Names

That does the trick! Thanks for the help.

Bill
-----------------
JNW wrote:
In VBA press "F4" to open the properties then change the name. Don't know
about VBE.

"Bill Martin" wrote:


Is there a way to assign names to VBE code modules? VBE defaults them to
Module1, Module2, etc. which isn't as helpful as real names would be.

Buried in the Help system, to resolve a problem I see that it tells me to
"Change the module name..." which leads me to believe/hope that there is a way
to do this. Unfortunately I can't convince Help to actually tell me how to do it.

Thanks.

Bill