Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, How can I get back the Worksheet CodeName List? Best regard -- gabc ----------------------------------------------------------------------- gabch's Profile: http://www.excelforum.com/member.php...fo&userid=3066 View this thread: http://www.excelforum.com/showthread.php?threadid=53184 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub ABC()
Dim v As Object For Each v In ThisWorkbook.VBProject.VBComponents If v.Type = vbext_ct_Document Then If v.Name < "ThisWorkbook" Then s = s & v.Name & " - " & _ v.Properties("Name") & vbCr End If End If Next MsgBox s End Sub -- Regards, Tom Ogilvy "gabch" wrote: Hi, How can I get back the Worksheet CodeName List? Best regards -- gabch ------------------------------------------------------------------------ gabch's Profile: http://www.excelforum.com/member.php...o&userid=30662 View this thread: http://www.excelforum.com/showthread...hreadid=531847 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling a worksheet via a codename | Excel Programming | |||
Referencing worksheet CODENAME in a chart object. | Excel Programming | |||
Some worksheet returns NULL for CodeName property. Why? | Excel Programming | |||
Using Worksheet Codename to Determine Worksheet Existence | Excel Programming | |||
Worksheet codename | Excel Programming |