Thread: Dir Path
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Todd huttenstine Todd huttenstine is offline
external usenet poster
 
Posts: 260
Default Dir Path

FName = Dir("*.xls")

How do I specify in the above code that I want dir to be:

"\\scgvlfs05\sesfa\Stats2004\Contract Reports\Daily
Renewal Audits\March"

Thanks

Todd