Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 982 Bytes

expected-sub-function-or-property.md

File metadata and controls

25 lines (15 loc) · 982 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Expected Sub, Function, or Property
vblr6.chm1011162
vblr6.chm1011162
cb6d9b37-d190-dd46-cba4-ea6f9c6b7f3d
06/08/2017
medium

Expected Sub, Function, or Property

The syntax of your statement indicates a Sub, Function, or Property procedure invocation. This error has the following cause and solution:

  • The specified name isn't that of a Sub, Function, or Property procedure in scope in this part of your program.

    Check the spelling of the name. Note that if the procedure is defined as Private, it can only be called from within its module.

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

[!includeSupport and feedback]