The information in this article applies to:
SYMPTOMSWhen you use OLE Automation between Microsoft Excel and Microsoft Team Manager, and use the FormulaR1C1 method to fill ranges in Microsoft Excel with data from Microsoft Team Manager, you may receive the following error message: When you click the Details button, you see the following information:
CAUSEThis behavior occurs because the FormulaR1C1 method is incapable of obtaining the default value for a given object. For example, the View object in Microsoft Team Manager has a default value of its Name property such that when you access it through generalized OLE Automation. However, the methods used when accessing object values must be written to use the default object value. ExampleThe MsgBox method is a Microsoft Excel method that uses the default value of an object if no specific property of the object is specified. For example
-and-
yield the same results - the name of the Team Manager view. However if you
use the latter through the Microsoft Excel FormulaR1C1 range method, for
example
Microsoft Excel displays an error.
WORKAROUNDWhen you use the FormulaR1C1 method, always address the specific property of an object that you want to place into the range. Use
instead of
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base: Q155536 TMGR: MSExcel Fails Using Tmgr View ObjectWithoutName Property Additional query words: crash gpf ipf 1.00
Keywords : |
Last Reviewed: September 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |