WD2000: wdDocumentsPath Constant Returns Current Folder (220193)
The information in this article applies to:
This article was previously published under Q220193 SYMPTOMS
When you use the Visual Basic for Applications wdDocumentsPath constant to return the default documents folder (on the Tools menu, click Options and click the File Locations tab), the constant returns the current folder instead of the default documents folder.
WORKAROUND
To work around this problem, you can use the Dialogs collection to return the default documents path.
The following sample Visual Basic for Applications macro demonstrates using the Dialogs collection to return the default documents path:
Sub GetDefaultDocPath()
Dim DefDocPath As String
DefDocPath = Dialogs(wdDialogToolsOptionsFileLocations).Setting
MsgBox DefDocPath
End Sub
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. REFERENCES
For additional information about how to change the default file name and directory, please see the following article in the Microsoft Knowledge Base:
212386 WD2000: How to Change the Default File Name and Directory
Modification Type: | Major | Last Reviewed: | 6/17/2005 |
---|
Keywords: | kbbug kbpending KB220193 |
---|
|