The information in this article applies to:
SYMPTOMSIf you attempt to use the Application.Visible property in a Visual Basic for Applications (VBA) macro to access a FrontPage Web from another application, an "object not supported" error message may appear. CAUSEFrontPage uses Single Document Interface (SDI). The Application.Visible property is used for applications that support Multiple Document Interface. RESOLUTIONWhen you are using another application to access a FrontPage Web, you have to use the WebWindow.Visible property. Additional query words: front page vba vbe code
Keywords : kbdta |
Last Reviewed: December 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |