View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hal Hal is offline
external usenet poster
 
Posts: 36
Default Fill ComboBox with File Names

Hello All,

Simple question for you real programmers. (Complicated for this amature.)

I have an excel file that I need to fill a combo box on a form with the name
of XLS files. O'reilly doesn't give me much insight on how to do this.
Basically I'll show a form at the time "file.xls" is loaded. The combo box
needs to be filled with xls files from the Application.ActiveWorkbook.Path
and its subdirectories.

Thanks in advance.

Hal