WD2000: Run-Time Error '1280' Setting Custom Dictionary (212627)
The information in this article applies to:
This article was previously published under Q212627 SYMPTOMS
When you try to add a custom dictionary through Visual Basic for Applications using the WordBasic object, the following error message may appear:
Run-time error '1280': The custom dictionary "<Custom dictionary name>" is not available.
CAUSE
The file name of the custom dictionary contains more than 128 characters.
The following converted WordBasic command demonstrates the error if the
contents of the string variable, in this example, FName$, which stores the
file name, is greater than 128 characters:
WordBasic.ToolsOptionsSpelling CustomDict1:=FName$
RESOLUTION
To resolve this problem, do either of the following: STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. REFERENCES
For more information about getting help with Visual Basic for Applications,
please see the following article in the Microsoft Knowledge Base: 226118 OFF2000: Programming Resources for Visual Basic for Applications
Modification Type: | Major | Last Reviewed: | 6/17/2005 |
---|
Keywords: | kbbug kbdtacode kbpending KB212627 |
---|
|