The instructions at the referenced site are beyond my skills to understand.
It seems to be creating a custom function (something else I'm not familiar
with). Its not clear to me how I use this to get a filename to work with. If
there is not a simpler method I'll end up manually typing filenames to get
the data I need. Thanks for the reference though; maybe someday I will
figure it out.
"FSt1" wrote:
> hi,
> see this site.
> http://j-walk.com/ss/excel/tips/tip29.htm
>
> regards
> FSt1
>
> "br549" wrote:
>
> > I have a little experience manipulating data in Excel using VBA, but no
> > experience with userforms. Is there a relatively simple way to fill a listbox
> > with the contents of a folder so the user can be presented with a choice of
> > files that will be used for some calculations? Goal is for user to select a
> > file from the list box, then the VBA code will pull certain data out of that
> > file for a calculation.
> >
> > Thanks,
> > Rob