I'm trying to collect the name of a folder (into strRemove1 below) using the
DIR function, but I can't figure out what's wrong. I've checked some of my
VBA stuff and this is the way I did it there, but obviously I'm missing
something crucial. Any suggestions are appreciated.
Ed
' Target folder:
' C:\Documents and Settings\emillis\Desktop\ Test 1234
' Test network folder
strDest = "C:\Documents and Settings\emillis\Desktop\"
' First nested folder
strRemove1 = Dir$(strDest & "Test *", vbDirectory)