View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Graff Graff is offline
external usenet poster
 
Posts: 6
Default how to save file on different computers

Hello,

I'm just finishing up programming my file and i'm stuck. I need to
automatically save this file on Desktop for example but it will be used on
different computers. Directory names will be different. They are all running
windows OS.
For example:
c:\Documents and settings\User name\Desktop
"User name" folder will be different on every computer. Is there any way to
point my code to save in "Desktop" folder directly?
Thanks for your help.