The information in this article applies to:
SUMMARYIf you attempt to invoke the Microsoft Office 2000 Install On Demand (IOD) feature with Visual Basic for Applications (VBA) code, you will receive the following error message: This problem is generated when you try to run code that is similar to the following PowerPoint 2000 code sample:
MORE INFORMATION
The .AddOLEObject method refers to the uninstalled component by their ProgID, using the ClassName parameter for PowerPoint, or the ClassType parameter for Word and Excel. Install On Demand requires the use of the ClassID before it can be invoked to install advertised and Install on First Use Office 2000 components. Additional query words: PPT2K PPT2000 PPT POWERPNT 2000 PPT9 9.0 OFF2000
Keywords : kbcode kbsetup kbdta kbdtacode KbVBA |
Last Reviewed: July 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |