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