Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 105
Default VBE Module Names

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default VBE Module Names

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default VBE Module Names

VBE is just Visual Basic Environment. I have also heard it as Visual Basic
Explorer. VBIDE is Visaul Basic Integrated Developement Environment.
--
HTH...

Jim Thomlinson


"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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default VBE Module Names

I've heard/typed: "Visual Basic Editor", too.

And just a reminder. Try to make the module names different from the
subroutine/function names. Excel can get confused if you reuse names like that.



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


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 105
Default VBE Module Names

FWIW, Walkenbach also claims VBE is "Visual Basic Editor" which is probably
where I picked it up. And here's a line from the Excel help system:

"... a VBE object that represents the Visual Basic Editor... "

Bill
---------------------------------
Dave Peterson wrote:
I've heard/typed: "Visual Basic Editor", too.

And just a reminder. Try to make the module names different from the
subroutine/function names. Excel can get confused if you reuse names like that.



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





  #6   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Set Worksheet Names in a Module Noemi Excel Discussion (Misc queries) 1 July 20th 06 01:39 PM
Changing Module names justaguyfromky Excel Programming 3 December 15th 05 11:34 PM
Macro names in a Module [email protected] Excel Programming 7 July 28th 05 05:12 PM
Module Names within a Project WSF Excel Programming 2 May 15th 04 11:51 PM
Module Names Casey[_2_] Excel Programming 4 January 6th 04 11:03 PM


All times are GMT +1. The time now is 06:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"