View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
MikeM[_5_] MikeM[_5_] is offline
external usenet poster
 
Posts: 1
Default Problem with Filesearch

I have a directory with data for the 50 states (AK.xls,
AR.xls, etc.). I have an Excel file with a column listing
these 50 file names. I select a cell in this column.

I have written a macro that reads the cell text and
searches for the file, using Filesearch. It works perfectly
-- on 49 of the states. I change the file name from AR.xls
to ZZ.xls, and do the same in the column, and it works. I
change them both back to AR.xls and it doesn't. I'm
mystified. Can anyone help on this?