+ Reply to Thread
Results 1 to 3 of 3

List box: Populate with Range Names

  1. #1
    CinqueTerra
    Guest

    List box: Populate with Range Names

    UserForm1 contains a List Box that I would like to populate with the range
    names contained in the active Workbook. Thanks in advance!

  2. #2
    Bob Phillips
    Guest

    Re: List box: Populate with Range Names


    With Listbox1
    For Each nme In Activeworkbook.Names
    .AddItem nme.Name
    Next nme
    End With

    --
    HTH

    Bob Phillips

    "CinqueTerra" <[email protected]> wrote in message
    news:[email protected]...
    > UserForm1 contains a List Box that I would like to populate with the range
    > names contained in the active Workbook. Thanks in advance!




  3. #3
    Dave Peterson
    Guest

    Re: List box: Populate with Range Names

    Are you building a utility to help you keep track of names in a workbook.

    If you are, you may want to see Jan Karel Pieterse's (with Charles Williams and
    Matthew Henson) Name Manager:

    You can find it at:
    NameManager.Zip from http://www.oaltd.co.uk/mvp


    CinqueTerra wrote:
    >
    > UserForm1 contains a List Box that I would like to populate with the range
    > names contained in the active Workbook. Thanks in advance!


    --

    Dave Peterson

+ 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