PRJ: Can't Select OLE Object Using Visual Basic Macro Command

ID: Q126670

The information in this article applies to:

SYMPTOMS

In a macro in Microsoft Project, you cannot select a specific OLE object, such as the third object in your project, using a Visual Basic command.

CAUSE

You cannot select a specific OLE object using the Visual Basic macro language in Microsoft Project because the OLE object is not exposed in the object model in Microsoft Project. In a Visual Basic procedure in Microsoft Excel, you can select or activate a specific OLE object using the OLEObjects object or the OLEObjects method. For example, to select the third object on a worksheet, you can use the following command:

   ActiveSheet.OLEObjects(3)

Note that you can use the ObjectConvert or the ObjectChangeIcon method with a selected object in Microsoft Project. Additionally, you can use the ObjectInsert method to display the Insert Object dialog box.

MORE INFORMATION

To view the objects exposed by Microsoft Project, do the following:

1. From the Help menu, choose Contents.

2. Select the Visual Basic Reference topic.

3. Under Programming Language Summary, select the Objects topic.

The index that appears displays an alphabetical list of Objects that are available in Microsoft Project.

REFERENCES

For more information about object reference (definition), choose the Search button in the Visual Basic Reference and type:

   object reference

Additional query words: 4.00
Keywords          : kbcode kbole kbprg
Version           : 4.0 4.1 4.1a 98
Platform          : MACINTOSH WINDOWS
Issue type        : kbprb

Last Reviewed: November 25, 1997