PDA

View Full Version : folder into listbox



ProteanBeing
01-16-2008, 01:26 PM
Is there a way to enter a list of the contents of a folder into a listbox?

Bob Phillips
01-17-2008, 03:09 AM
Only by reading all of the items in the folder and adding them, either directly into the listbox, or into an array that you then load into a listbox.

ProteanBeing
01-17-2008, 08:12 AM
How do you read the folder?

Bob Phillips
01-17-2008, 08:17 AM
Look at Dir in VBA help