Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.19 KB

method-or-data-member-not-found-error-461.md

File metadata and controls

25 lines (15 loc) · 1.19 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Method or data member not found (Error 461)
vblr6.chm1000461
vblr6.chm1000461
10733744-502f-06b3-f0c6-5f039d017be4
06/08/2017
medium

Method or data member not found (Error 461)

The collection, object, or user-defined type doesn't contain the referenced member. This error has the following causes and solutions:

  • You misspelled the object or member name. Check the spelling of the names and check the Type statement or the object documentation to determine what the members are and the proper spelling of the object or member names.

  • You specified a collection index that's out of range. Check the Count property to determine whether a collection member exists. Note that collection indexes begin at 1 rather than zero, so the Count property returns the highest possible index number.

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

[!includeSupport and feedback]