Thread: dir
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
seeker53 seeker53 is offline
external usenet poster
 
Posts: 1
Default dir

I have specified a directory path and a variable is populated for the first file. When I try to get the next file in the directory by useing a = Dir a is populated with "". This would indicate that all files have been seen but there are 8 more files in the directory that have not been touched. Why would dir give a ""

seeker53