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



The information in this article applies to:

  • Microsoft Project 98 for Windows
  • Microsoft Project for Windows 95 4.1
  • Microsoft Project for Windows 95 4.1a
  • Microsoft Project for Windows 4.0
  • Microsoft Project for the Macintosh 4.0

This article was previously published under Q126670

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


Modification Type:MajorLast Reviewed:11/25/2003
Keywords:kbcode kbprb kbProgramming KB126670