I am trying to write a VBA program to copy files. I need to use wildcards, but FileCopy does not appear to accept them. Is there a workaround for this?
Thanks.
-- Keith Grabske, Mfg. Engineer X-L Engineering Corp.
847-965-3030 847-967-6373 (fax)
Mon, 25 Nov 2002 03:00:00 GMT
Nico Bontenba #2 / 2
Filecopy with wildcards
To find all the files you can use the dir function. See help for more information and an example. For each file returned by Dir you can use the Filecopy command.