TheSwamp

Code Red => VB(A) => Topic started by: ML on December 06, 2004, 09:22:54 AM

Title: VB Description
Post by: ML on December 06, 2004, 09:22:54 AM
Has anyone seen Attribute Desriptions in a VBA  Module before?

Example:
Code: [Select]

Attribute ProcedureName.VB_Description = "Descriptive text goes here"

Where ProcedureName is the name of your macro

I have been trying and trying with no luck.

It is suppose to allow you to give a short name of your macro in the macro dialog box instead of the long path. I just can not figure out where it goes etc.

Thank you

Mark
Title: VB Description
Post by: Rob_Kish on December 30, 2004, 08:04:29 PM
The code posted seems to be for VBExtensibility.
(keyword VB+Extensibility @ msdn.microsoft.com)