View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jonathan Brown Jonathan Brown is offline
external usenet poster
 
Posts: 47
Default Need to write a file to a location.

I've created a procedure that will write the configuration of one of my
controls to an xml file. I've specified that it'll write the file to the
root of the boot partition, but I'm finding that not everyone or not all
users have permissions to write to that location. I need to change it so
that it writes to a location where I know that my users will have
permissions, like the desktop. Is there some variable that I can put in the
path to specify the desktop of the current user? I know this isn't exactly
an Excel related question even though my project is an Excel file.