Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.21 KB

qualified-name-disallowed-in-module-scope.md

File metadata and controls

22 lines (15 loc) · 1.21 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Qualified name disallowed in module scope
vblr6.chm1011256
vblr6.chm1011256
463cafc7-1af6-95b3-ee63-1681a82fb4ac
06/08/2017
medium

Qualified name disallowed in module scope

Under some circumstances, some host applications don't permit procedure calls that include qualified names. This error has the following cause and solution:

  • You specified a module name in a procedure call using dot notation ( qualifier. item ).

    If you are receiving this error it is probably because the host application already knows the specified qualifier and doesn't need that information in the procedure call. In such a case, you can simply omit the qualifier altogether and the host application will make the procedure call correctly. Check the host application's documentation to find the reason for any other restrictions on qualified names.

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

[!includeSupport and feedback]