Author Topic: VB Description  (Read 2837 times)

0 Members and 1 Guest are viewing this topic.

ML

  • Guest
VB Description
« 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

Rob_Kish

  • Guest
VB Description
« Reply #1 on: December 30, 2004, 08:04:29 PM »
The code posted seems to be for VBExtensibility.
(keyword VB+Extensibility @ msdn.microsoft.com)