Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
UserForm1 contains a List Box that I would like to populate with the range
names contained in the active Workbook. Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() With Listbox1 For Each nme In Activeworkbook.Names .AddItem nme.Name Next nme End With -- HTH Bob Phillips "CinqueTerra" wrote in message ... UserForm1 contains a List Box that I would like to populate with the range names contained in the active Workbook. Thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Delete blanks between a range and populate only the names inthe given range | Excel Discussion (Misc queries) | |||
How to Print Name's list and Names Range? | Excel Worksheet Functions | |||
List tab names in cell range | Excel Worksheet Functions | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
Using a specific range to populate a list/combo box | Excel Programming |