View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LVS LVS is offline
external usenet poster
 
Posts: 2
Default List file names using VBA Dir instruction

I want to use VBA Excel 2007 to list the names of files in a particular
directory. I cannot use FileSearch, and need some guidance on use of
Dir("PathName",vbattribute). Which attribute responds to the name of the
file?.