View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pjryan pjryan is offline
external usenet poster
 
Posts: 4
Default using dir to get folder names

I am using dir(path, vbdirectory) to return the names of folders and files,
but instead of getting the folder name, I am getting "." How can I remedy
this.

Thanks