TMGR: Misuse of File Property May Result in Error Message. (155553)
The information in this article applies to:
This article was previously published under Q155553 SUMMARY
You cannot use the Microsoft Team Manager Application object's read-only
File property to change the name of the active team file. Attempting to do
so results in an error message. Depending on the syntax you use, it may
result in a misleading error message. For example, if the following macro
is run from an application that supports Visual Basic for Applications
macros, it results in a "Type Mismatch" error:
Sub Test()
Dim oTmgr As Object
Set oTmgr = GetObject(, "TeamManager.Application")
oTmgr.File "My File"
End Sub
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kberrmsg kbProgramming KB155553 kbAudDeveloper |
---|
|