View Single Post
  #2  
Old January 15th 06, 03:58 AM posted to microsoft.public.outlook,microsoft.public.outlook.program_vba
neo [mvp outlook]
external usenet poster
 
Posts: 293
Default Getting the user profile folder

You could try reading the environment variable "APPDATA". From there you
would just have to append "\Microsoft\Signatures" to end up in the correct
place.

"John" wrote in message
...
Hi

I need to get the signature folder for the current folder such as;
"F:\Documents and Settings\Dave\Application Data\Microsoft\Signatures\"
except that instead of Dave I need the correct name for the current user,
s that my code works generically regardless of who is logged in. Is there
a way to do that?

Thanks

Regards




Ads