Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Set the user templates path and workgroup templates path

Sub pathDemo9()     Options.DefaultFilePath(wdUserTemplatesPath) = "c:\user\"     Options.DefaultFilePath(wdWorkgroupTemplatesPath) = "\\server\users\templates" End Sub