J
joseph micheli
I'm using the filesearch in Access VBA to determine if a specified Excel file
exists within a specified subdirectory using the following:
With Application.FileSearch
.NewSearch
.LookIn = strSrceFolder
.FileName = strFile
When a copy of the Excel file has been created through Excel (opening the
file as read only and saving), the filesearch finds a match. The filename is
specified without any wildcard characters. Any work around suggestions would
be greatly appreciated.
Thanks.
exists within a specified subdirectory using the following:
With Application.FileSearch
.NewSearch
.LookIn = strSrceFolder
.FileName = strFile
When a copy of the Excel file has been created through Excel (opening the
file as read only and saving), the filesearch finds a match. The filename is
specified without any wildcard characters. Any work around suggestions would
be greatly appreciated.
Thanks.