Mètode no vàlid sense objecte adecuadoMethod not valid without suitable object

  • 2017.08.06
  • Temps de lectura: 2 minuts
    • o

No tots els objectes poden realitzar tots els métodos.Not all methods can be performed by all objects. Aquest error té la següent causa i solució: This error has the following causi and solution:

  • Es va cridar a un mètode sense especificar un objecte i el mètode no és vàlid per a l’objecte implícit .You called a method without specifying an object, and the method is not valid for the implicit object. Per exemple, no es pot fer servir el mètode Line en un mòdul estàndard sense un qualificador d’objectes vàlid perquè un mòdul estàndard no pot mostrar el resultat de l’mètode Line.For example, you can not use the Line method in a standard module without a validesa object Qualifier because a standard module can not display the output of the Line method.

    Valoreu explícitament la crida de mètode amb un objecte que pugui acceptar el método.Explicitly qualify the method call with an object that can accept the method. Per exemple, es pot especificar un formulari o un quadre d’imatge amb el mètode Line.For example, you can specify a form or picture box with the Line method.

    Nota: Altres mètodes que necessiten un qualificador de objecte explícit quan es fan servir en un mòdul estàndard inclouen Circle, Printy pset.Note Other methods that need an explicit object Qualifier when used in a standard module include Circle, Print, and PSet.

Per a més informació, seleccioneu l’element en qüestió i premeu F1 (en Windows) o AJUDA (Macintosh) .For additional information, select the item in question and press F1 (in Windows) or HELP (on the Macintosh).

Suport tècnic i comentariosSupport and feedback

Teniu alguna pregunta o comentaris sobre VBA per Office o aquesta documentació? Have questions or feedback about Office VBA or this documentation? Vegi Suport tècnic i comentaris sobre VBA per Office per obtenir ajuda sobre les formes en les que pot rebre suport tècnic i enviar comentarios.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.

Deixa un comentari

L'adreça electrònica no es publicarà. Els camps necessaris estan marcats amb *