D
Doug Robbins - Word MVP
It returns the path to the user's temp folder
%Temp%
or in VBA to find the path to that folder, use
Environ("Temp")
See: http://vlaurie.com/computers2/Articles/environment.htm
or
http://vistaonwindows.com/environment_variables.html
--
Hope this helps,
Doug Robbins - Word MVP
Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.
%Temp%
or in VBA to find the path to that folder, use
Environ("Temp")
See: http://vlaurie.com/computers2/Articles/environment.htm
or
http://vistaonwindows.com/environment_variables.html
--
Hope this helps,
Doug Robbins - Word MVP
Please reply only to the newsgroups unless you wish to obtain my services on
a paid professional basis.