Hi, I checked out the code on the site that you have in some of your threads
Call the standard Windows File Open/Save dialog box
http://www.mvps.org/access/api/api0001.htm
What I want to do is open a folder and get all the xls files one at a time
and process them. After processing a single xls file I want to move it to
another folder and then process the next untill all files moved from the
chosen folder. Is this possible? Have been stuck on this for a while now
and am hoping that you can help me along. Thanks again for your always great
help.
Alex Dybenko - 12 Aug 2004 08:21 GMT
You have to use Global Const ahtOFN_ALLOWMULTISELECT = &H200 flag
then OFN.strFile returns a list of selected files

Signature
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
> Hi, I checked out the code on the site that you have in some of your
> threads
[quoted text clipped - 9 lines]
> great
> help.