Here's the scoop. I am trying to link to all files on a network drive..my strfile looks like this "strFile = Dir(strPa * th & "FileName*.csv")". My problem is the individual files were modified after they were stored and now the end of the file names look like this "filename... .csv120706.csv" (120706 being date of the file). I can't get my code to account for this...when I remove the first .csv it works fine and creates the table.
Any suggestions how I can get this to work?
Any suggestions how I can get this to work?