Thread: UNC Paths
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Smith[_3_] Paul Smith[_3_] is offline
external usenet poster
 
Posts: 26
Default UNC Paths

Is it possible to use a UNC path with ChDir?

I want to replace:

ChDir "G:\Shared\Access\Project Area\Project 1"

with

ChDir "\\[Server Name]\]Share]\Project Area\Project 1"

This does now seem to work for me...should it?