VBA IDE View Function Comments

Satal Keto

Registered User.
Local time
Today, 07:51
Joined
Jan 30, 2008
Messages
27
This is a little bit of a weird question but I spend alot of time working with Java and one of the things that I like about Java (well technically IDE's for Java) is that when you type in a function name that you get to see information that the coder added about that function (comments, return information).
I know that you can currently view the function signature, which provides details about what values are needed, but Im thinking more comments provided by the coder of the function (obviously you can go look but its much easier to be able to view them then and there without having to look up this function)

I was just wondering if there was anything similar in VBA, whether it be using specially designed comments (like in Java) or an add in for the VBA IDE.

I have tried Googling this but I haven't had any luck which probably means that there isn't the capability to do this, but I thought that I would just ask to see if anyone knew of one of those hidden gems of the internet.

Thanks for any help in advance

Satal :)
 
VBA isn't that sophisticated. However there are a few tool which make life here in VBA a lot easier. Look at MZTOOLS for VB6 as well as VBA.

Share and enjoy!
 

Users who are viewing this thread

Back
Top Bottom