Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27
Default Rename a module


How can I rename a module programmatically?

Glen



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Rename a module

You exact question isn't answered here, but it should be obvious from what
is here.

http://www.cpearson.com/excel/vbe.htm

--
Regards,
Tom Ogilvy


"Glen Mettler" wrote in message
...

How can I rename a module programmatically?

Glen





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Rename a module

On Mon, 19 Dec 2005 18:49:54 -0600, "Glen Mettler"
wrote:


How can I rename a module programmatically?

Glen



ThisWorkbook.VBProject.VBComponents("OldName").Nam e = "NewName"
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
how do i rename a sheet if the rename tab is inactive? Nelson Excel Worksheet Functions 1 March 3rd 10 10:28 AM
code in module A to not execute a Worksheet_SelectionChange sub of another module Jack Sons Excel Discussion (Misc queries) 4 December 11th 05 11:52 PM
Calls from sheet module to ThisWorkbook module quartz[_2_] Excel Programming 2 June 23rd 05 03:37 PM
can you rename a module? JOHN SMITH Excel Discussion (Misc queries) 1 March 22nd 05 05:49 PM
Rename Module djh Excel Programming 6 March 15th 05 06:02 PM


All times are GMT +1. The time now is 01:45 AM.

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

About Us

"It's about Microsoft Excel"