Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the Dir function to iterate thru a directory for files with a
certain name as follows, there will be more than one file that meets the mask Dim myFiles myFiles = Dir("C:\"Export_List*.xls") Do While myFiles < "" myFiles = Dir Loop My question How do I store all the file names found into an array? -- Cheers Nigel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Working with ranges in arrays... or an introduction to arrays | Excel Programming | |||
Arrays - declaration, adding values to arrays and calculation | Excel Programming | |||
arrays | Excel Programming | |||
About Arrays | Excel Programming | |||
Help with arrays please | Excel Programming |