Withe a Word macro, how do I identify and call the C:\Documents and
Settings\UserName\Local Settings\Application Data folder?
I want to write a macro in Word that merges form file:
C:\Documents and Settings\USERNAME\Local Settings\Application
Data\mergeform.doc with it's data source:
C:\Documents and Settings\USERNAME\Local Settings\Application Data\data.txt.
Thank you in advance,
KW
Jezebel - 27 Oct 2006 05:35 GMT
sourcefile = environ("Appdata") & "\mergeform.doc"
datasource = environ("Appdata") & "\data.txt"
> Withe a Word macro, how do I identify and call the C:\Documents and
> Settings\UserName\Local Settings\Application Data folder?
[quoted text clipped - 7 lines]
> Thank you in advance,
> KW