Good Catch hielo. I also had to change strBegin to strStart. My script keeps timing out because our network is running extremely slow today so I can't tell right now if there is still a problem with the code or if it is just a network issue. I'll keep checking throughout the day and award the points as soon as I can determine everything is ok.
Thanks!
Main Topics
Browse All Topics





by: hieloPosted on 2008-08-07 at 07:30:11ID: 22181298
change these:
Dim Path
Path = "d:\mypath1\mypath2\"
to:
Dim strPath
strPath = "d:\mypath1\mypath2\"