MOD2000: FrontPage DocOpen() Function Has Misspelled Code (259629)



The information in this article applies to:

  • Microsoft Office 2000 Developer

This article was previously published under Q259629

SYMPTOMS

The second to last line in the TestIt() Sub procedure of the DocOpen() function in the FrontPage section of the Code Librarian has a misspelling, as follows:

Ehd If

This line should read as follows:

End If

RESOLUTION

You can correct this mistake yourself by following these steps:
  1. Start the Code Librarian Add-in.
  2. On the File menu, click Open.
  3. In the Open box, click Codelib.mdb.
  4. On the Contents tab, click FrontPage.
  5. Under Code in the right pane, double-click DocOpen() function.
  6. In the Sub TestIt() procedure, note that the second to last line reads "Ehd If". Click to select the word "Ehd".
  7. Change the word to "End".
  8. Click the Apply button. Your changes are saved in the Code Librarian.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:7/31/2001
Keywords:kbbug kbCodeLibrarian kbdocerr KB259629