WD97: Commands on Web Toolbar Cannot be Recorded in a Macro

Last reviewed: March 5, 1998
Article ID: Q162808
The information in this article applies to:
  • Microsoft Word 97 for Windows

SYMPTOMS

When you attempt to record a macro that selects commands from the Go menu on the Web toolbar, the commands are not recorded.

CAUSE

The following Web commands are not a part of the Visual Basic for Applications language and cannot be recorded:

   - Back

   - Forward

   - Start Page

   - Search the Web

   - Set Start Page

   - Set Search Page

WORKAROUND

Open the macro in the Visual Basic Editor and add an equivalent WordBasic command in place of the Web commands listed in the "Cause" section.

   Web Function        Equivalent Wordbasic Command
   ------------        ----------------------------

   Back                WordBasic.WebGoBack

   Forward             WordBasic.WebGoForward

   Start Page          WordBasic.WebOpenStartPage

   Search the Web      WordBasic.WebOpenSearchPage

There are no corresponding WordBasic commands for the following two Web commands:

   - Set Start Page

   - Set Search Page

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products 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:

   ARTICLE-ID: Q163435
   TITLE     : VBA: Programming Resources for Visual Basic for
               Applications


Additional query words: vba vbe vb
Keywords : kbprg kbdta kbwordvba word8 word97
Version : WINDOWS:97
Platform : WINDOWS
Issue type : kbbug
Solution Type : kbpending


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: March 5, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.