Thread: dir
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
seeker52[_2_] seeker52[_2_] is offline
external usenet poster
 
Posts: 1
Default dir

Yes I would agree but when I use a = Dir then a is populated with ""
seeker53

JE McGimpsey wrote in message ...
Using a = Dir a asks for a second file with the same name. For
subsequent files, use a = Dir.


In article ,
"seeker53" wrote:

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