K
Ken Snell \(MVP\)
Post the details of the macExcelInput macro.
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/
--
Ken Snell
<MS ACCESS MVP>
http://www.accessmvp.com/KDSnell/
Christopher Simpson said:Do you have the trailing backslash for this?
you have:
strPath = "C:\Excel\January 2008 Reports"
shouldn't it be:
strPath = "C:\Excel\January 2008 Reports\"
Christopher Simpson said:Ken,
I just wanted to say THANKS! This was an awesome macro and worked like a
charm. Saved me hours of time on this project and will be useful in the
future as this sort of thing comes up from time to time.