Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.13 KB

object-doesn-t-support-this-property-or-method-error-438.md

File metadata and controls

27 lines (16 loc) · 1.13 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Object doesn't support this property or method (Error 438)
vblr6.chm1011328
vblr6.chm1011328
0fbab746-dc6d-b227-429a-1f56bb4ca448
06/08/2017
medium

Object doesn't support this property or method (Error 438)

Not all objects support all properties and methods. This error has the following cause and solution:

  • You specified a method or property that doesn't exist for this Automation object.

    See the object's documentation for more information on the object and check the spellings of properties and methods.

  • You specified a Friend procedure to be called late bound. The name of a Friend procedure must be known at compile time. It can't appear in a late-bound call.

For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

[!includeSupport and feedback]