M
mcnews
how to fill list box with file names sorted by date - newest first.
tia,
mcnewsxp
tia,
mcnewsxp
how to fill list box with file names sorted by date - newest first.
tia,
mcnewsxp
Look at the VBA help for the Dir() function, and use a loop to fill a Table.
Use that table (or a query based on the table) as the Row Source for the
listbox.
mcnews said:so the file names have to go into a table before i can sort them.
no way to let the dir() command do it. ok, i get it.