Home |
Search |
Today's Posts |
#12
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() try s'th like: dim nm as name dim n as long With Worksheets("Master").Cells(1) for each nm in activeworkbook.names .offset(n).resize(,2) = array(nm.name,nm.refersto) n=n+1 next end with -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam aking1987 wrote : The list of worksheet names is continually growing... D4:d8 only gives space for 4 names. can it be done by column? So it can continue to grow infintly Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to create validation list of worksheet names | Excel Discussion (Misc queries) | |||
create list from another worksheet | Excel Discussion (Misc queries) | |||
How do I create a worksheet using a drop down list? | Excel Worksheet Functions | |||
create a list base on another worksheet | Excel Discussion (Misc queries) | |||
How to create a macro that compares a list to another list | New Users to Excel |