ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   List box: Populate with Range Names (https://www.excelbanter.com/excel-programming/342475-list-box-populate-range-names.html)

CinqueTerra

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!

Bob Phillips[_6_]

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" 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!




Dave Peterson

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


All times are GMT +1. The time now is 09:22 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com