Can't Dimension File New Dialog to Specify a Default Template (145092)
The information in this article applies to:
- Microsoft Word for Windows 95
This article was previously published under Q145092 SYMPTOMS
You cannot use WordBasic to display the File New dialog box with a default
template other than Blank Document. This functionality is different from
previous versions of Word.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Word for Windows
95. We are researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
WORKAROUND
You can work around this problem by using a macro that selects a specific
template. The following macro example opens a new document based on the
Test template.
Sub Main
FileNew .Template="Test", .NewTemplate=0
End Sub
Modification Type: | Minor | Last Reviewed: | 8/17/2005 |
---|
Keywords: | KB145092 |
---|
|