Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() How can I rename a module programmatically? Glen |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do i rename a sheet if the rename tab is inactive? | Excel Worksheet Functions | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Calls from sheet module to ThisWorkbook module | Excel Programming | |||
can you rename a module? | Excel Discussion (Misc queries) | |||
Rename Module | Excel Programming |