View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fred fred is offline
external usenet poster
 
Posts: 73
Default Access to Server folders

I am trying to get access to folders on a server that normally the user will
not have permission to access but do want to allow access to this XL
workbook irrespective of the user. That is I want to be able to read/write
files in a folder programatically from an XL workbook without giving the
user read/write permission on that folder.
Is there a way to do this?

Thanks
Fred