Thread: Dir Path
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Dir Path

Hi
use ChDir
prior to this statement
Also have a look at ChDrive

--
Regards
Frank Kabel
Frankfurt, Germany


Todd Huttenstine wrote:
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