View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Chuck M Chuck M is offline
external usenet poster
 
Posts: 54
Default Checking to see of a folder exists

Thank you. The particular drive in question is mapped the same for all users.
--
Thanks.
Chuck M.


"ward376" wrote:

You should use the path with the server name if distributing to other
users. If you're the only one using it, and you don't change your
drive letters, using the drive letter in the path is fine.

Cliff Edwards