+ Reply to Thread
Results 1 to 2 of 2

? Get Worksheet Codename List

Hybrid View

gabch ? Get Worksheet Codename List 04-11-2006, 07:11 AM
Guest RE: ? Get Worksheet Codename... 04-11-2006, 07:35 AM
  1. #1
    Registered User
    Join Date
    01-20-2006
    Posts
    68

    ? Get Worksheet Codename List

    Hi,

    How can I get back the Worksheet CodeName List?


    Best regards

  2. #2
    Tom Ogilvy
    Guest

    RE: ? Get Worksheet Codename List

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1