I have been adding XML style comments to my procedure headers for a more structured comment system. It would be great if MS could enhance VBA, to use them in intellisence like in .NET.
''' <summary>
''' Check if user is member of an Active Directory group
''' </summary>
''' <param...