View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Purvis[_2_] Mark Purvis[_2_] is offline
external usenet poster
 
Posts: 2
Default Navigate through Computer Folders in Combo Box

I have an Excel VB program that needs the folder path to locate various
files. Currently I have to type in the exact path into a textbox in my
forms. This is subject to numerous errors and file not found. I would like
to replace the TextBox with a ComboBox in the form that accesses My Computer
and allows me to navigate through all folders and select the one I need.
This should have the same look and feel as all other path selections. I
appreciate any assistance.

Mark