Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to rename a VBA Module

Status
Not open for further replies.

DGA15

Programmer
Aug 19, 2000
40
US
I use exported VBA Modules(Access 2000) to save useful code Suns/Functions. Then, when I have a new db I can import the modules I want.
However, I find that once a Module Name is created, I cannot change it. Hence when I want a more meaningrul Module Name than what was used originally, I am stuck.

Suggestions appreciated.
DGA15
 
Select the module in the Project browser (Ctrl+R) and change the Name property in the Properties window (F4)

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top