Describe the bug
VB_Description is not accepted as a module level attribute.
To Reproduce
Download and open the following file.
Code (if relevant)
Attribute VB_Name = "Cleanup"
Attribute VB_Description = "Cleanup utils."
Option Explicit
Expected behavior
The attribute should be accepted.
Screenshots
A proof that the VB_Description attribute is supported at the module level is that the description will appear in Object Browser

Describe the bug
VB_Descriptionis not accepted as a module level attribute.To Reproduce
Download and open the following file.
Code (if relevant)
Expected behavior
The attribute should be accepted.
Screenshots
A proof that the VB_Description attribute is supported at the module level is that the description will appear in Object Browser