Microsoft KB Archive/58879

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

BRIEF.DOT Template Incorrect in Word for Windows Macro

PSS ID Number: Q58879 Article last modified on 12-11-1991

1.00 WINDOWS

Summary: The InsAuthEntry macro in the BRIEF.DOT template contains the following incorrect macro statement: IF SelType <> 2 THEN This statement should be written as follows: If SelType() <> 2 Then Replace the incorrect macro statement with the following: If SelType() <> 2 Then Microsoft has confirmed this to be a problem in Word for Windows version 1.00. NOTE: Be sure to save your changes to the BRIEF.DOT template. For more information on the SelType command, see page 79 in the “Microsoft Word for Windows Technical Reference.”

Reference(s): “Microsoft Word for Windows and OS/2 Technical Reference”, page 250

Additional reference words: 1.00 w4wmacro